#A70615

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

Shades of Carmine #A70615

Tints of Carmine #A70615

Color information

#A70615 (or 0xA70615) is unknown color: approx Carmine. HEX triplet: A7, 06 and 15. RGB value is (167,6,21). Sum of RGB (Red+Green+Blue) = 167+6+21=194 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.08% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 167 - color contains mainly: red. Hex color #A70615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70615 is #58F9EA. Grayscale: #373737. Windows color (decimal): -5831147 or 1377959. OLE color: 1377959.

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

Color convert

RGB167621-
CMYK00.960.870.35
HSL354.41º93.06%33.92%-
HSV(B)354.41º96.41%65.49%-
XYZ16.148.41.48-
YUV55.85108.34207.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 86.08%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=86.08%
G=3.09%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16762100.960.870.35354.4193.0633.92
HexA761506057231625d22
Octal24762501401274354213542
Binary10100111110101010110000010101111000111011000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70615; }

 p { color: rgb(167,6,21); }

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

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

 a { background-color: rgb(167,6,21); }

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

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

 span { border-color: rgb(167,6,21); }

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