#A70F20

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

Shades of Carmine #A70F20

Tints of Carmine #A70F20

Color information

#A70F20 (or 0xA70F20) is unknown color: approx Carmine. HEX triplet: A7, 0F and 20. RGB value is (167,15,32). Sum of RGB (Red+Green+Blue) = 167+15+32=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F20 is #58F0DF. Grayscale: #3E3E3E. Windows color (decimal): -5828832 or 2101159. OLE color: 2101159.

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

Color convert

RGB1671532-
CMYK00.910.810.35
HSL353.29º83.52%35.69%-
HSV(B)353.29º91.02%65.49%-
XYZ16.378.662.18-
YUV62.39110.86202.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 78.04%
GREEN value IS 15 (6.25% from 255) = 7.01%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=78.04%
G=7.01%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167153200.910.810.35353.2983.5235.69
HexA7F2005B51231615424
Octal247174001331214354112444
Binary1010011111111000000101101110100011000111011000011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70F20; }

 p { color: rgb(167,15,32); }

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

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

 a { background-color: rgb(167,15,32); }

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

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

 span { border-color: rgb(167,15,32); }

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