#a70e3b

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

Shades of Cardinal #A70E3B

Tints of Cardinal #A70E3B

Color information

#A70E3B (or 0xA70E3B) is unknown color: approx Cardinal. HEX triplet: A7, 0E and 3B. RGB value is (167,14,59). Sum of RGB (Red+Green+Blue) = 167+14+59=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70E3B is #58F1C4. Grayscale: #404040. Windows color (decimal): -5829061 or 3870375. OLE color: 3870375.

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

Color convert

RGB1671459-
CMYK00.920.650.35
HSL342.35º84.53%35.49%-
HSV(B)342.35º91.62%65.49%-
XYZ16.888.854.96-
YUV64.88124.69200.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.58%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=69.58%
G=5.83%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167145900.920.650.35342.3584.5335.49
HexA7E3B05C41231565523
Octal247167301341014352612543
Binary1010011111101110110101110010000011000111010101101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a70e3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a70e3b; }

 p { color: rgb(167,14,59); }

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

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

 a { background-color: rgb(167,14,59); }

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

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

 span { border-color: rgb(167,14,59); }

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