#A70412

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

Shades of Carmine #A70412

Tints of Carmine #A70412

Color information

#A70412 (or 0xA70412) is unknown color: approx Carmine. HEX triplet: A7, 04 and 12. RGB value is (167,4,18). Sum of RGB (Red+Green+Blue) = 167+4+18=189 (25% of max value = 765). Red value is 167 (65.62% from 255 or 88.36% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 167 - color contains mainly: red. Hex color #A70412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70412 is #58FBED. Grayscale: #363636. Windows color (decimal): -5831662 or 1180839. OLE color: 1180839.

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

Color convert

RGB167418-
CMYK00.980.890.35
HSL354.85º95.32%33.53%-
HSV(B)354.85º97.6%65.49%-
XYZ16.098.351.34-
YUV54.33107.5208.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 88.36%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=88.36%
G=2.12%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16741800.980.890.35354.8595.3233.53
HexA741206259231635f22
Octal24742201421314354313742
Binary10100111100100100110001010110011000111011000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70412; }

 p { color: rgb(167,4,18); }

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

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

 a { background-color: rgb(167,4,18); }

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

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

 span { border-color: rgb(167,4,18); }

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