#A70616

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

Shades of Carmine #A70616

Tints of Carmine #A70616

Color information

#A70616 (or 0xA70616) is unknown color: approx Carmine. HEX triplet: A7, 06 and 16. RGB value is (167,6,22). Sum of RGB (Red+Green+Blue) = 167+6+22=195 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.64% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 167 - color contains mainly: red. Hex color #A70616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70616 is #58F9E9. Grayscale: #383838. Windows color (decimal): -5831146 or 1443495. OLE color: 1443495.

HSL color Cylindrical-coordinate representation of color #A70616: hue angle of 354.04º 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 #A70616 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB167622-
CMYK00.960.870.35
HSL354.04º93.06%33.92%-
HSV(B)354.04º96.41%65.49%-
XYZ16.158.41.53-
YUV55.96108.84207.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 85.64%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=85.64%
G=3.08%
B=11.28%

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
Decimal16762200.960.870.35354.0493.0633.92
HexA761606057231625d22
Octal24762601401274354213542
Binary10100111110101100110000010101111000111011000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70616; }

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

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

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

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

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

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

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

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