#A70914

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

Shades of Carmine #A70914

Tints of Carmine #A70914

Color information

#A70914 (or 0xA70914) is unknown color: approx Carmine. HEX triplet: A7, 09 and 14. RGB value is (167,9,20). Sum of RGB (Red+Green+Blue) = 167+9+20=196 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.20% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 167 - color contains mainly: red. Hex color #A70914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70914 is #58F6EB. Grayscale: #393939. Windows color (decimal): -5830380 or 1313191. OLE color: 1313191.

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

Color convert

RGB167920-
CMYK00.950.880.35
HSL355.82º89.77%34.51%-
HSV(B)355.82º94.61%65.49%-
XYZ16.168.461.44-
YUV57.5106.85206.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 85.20%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=85.20%
G=4.59%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16792000.950.880.35355.8289.7734.51
HexA791405F58231645a23
Octal247112401371304354413243
Binary101001111001101000101111110110001000111011001001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70914; }

 p { color: rgb(167,9,20); }

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

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

 a { background-color: rgb(167,9,20); }

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

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

 span { border-color: rgb(167,9,20); }

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