#A70B3A

Color #A70B3A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #A70B3A

Tints of Cardinal #A70B3A

Color information

#A70B3A (or 0xA70B3A) is unknown color: approx Cardinal. HEX triplet: A7, 0B and 3A. RGB value is (167,11,58). Sum of RGB (Red+Green+Blue) = 167+11+58=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70B3A is #58F4C5. Grayscale: #3E3E3E. Windows color (decimal): -5829830 or 3804071. OLE color: 3804071.

HSL color Cylindrical-coordinate representation of color #A70B3A: hue angle of 341.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70B3A is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1671158-
CMYK00.930.650.35
HSL341.92º87.64%34.9%-
HSV(B)341.92º93.41%65.49%-
XYZ16.828.764.81-
YUV63125.18202.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 70.76%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=70.76%
G=4.66%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167115800.930.650.35341.9287.6434.9
HexA7B3A05D41231565823
Octal247137201351014352613043
Binary1010011110111110100101110110000011000111010101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70B3A; }

 p { color: rgb(167,11,58); }

 H1.HeaderClassName
 {
   color: #A70B3A;
 }
 .AnyTagClassName
 {
   color: #A70B3A;
 }
</style>
background-color css

<style>
 a { background-color: #A70B3A; }

 a { background-color: rgb(167,11,58); }

 div.DivClassName
 {
   background-color: #A70B3A;
 }
 .BgClassName
 {
   background-color: #A70B3A;
 }
</style>
border-color css

<style>
 span { border-color: #A70B3A; }

 span { border-color: rgb(167,11,58); }

 td.TdClassName
 {
   border-color: #A70B3A;
 }
 .TagClassName
 {
   border-color: #A70B3A;
 }
</style>