#A60816

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

Shades of Carmine #A60816

Tints of Carmine #A60816

Color information

#A60816 (or 0xA60816) is unknown color: approx Carmine. HEX triplet: A6, 08 and 16. RGB value is (166,8,22). Sum of RGB (Red+Green+Blue) = 166+8+22=196 (25% of max value = 765). Red value is 166 (65.23% from 255 or 84.69% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 166 - color contains mainly: red. Hex color #A60816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60816 is #59F7E9. Grayscale: #383838. Windows color (decimal): -5896170 or 1444006. OLE color: 1444006.

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

Color convert

RGB166822-
CMYK00.950.870.35
HSL354.68º90.8%34.12%-
HSV(B)354.68º95.18%65.1%-
XYZ15.968.341.53-
YUV56.84108.35205.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 84.69%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=84.69%
G=4.08%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16682200.950.870.35354.6890.834.12
HexA681605F57231635b22
Octal246102601371274354313342
Binary101001101000101100101111110101111000111011000111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60816; }

 p { color: rgb(166,8,22); }

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

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

 a { background-color: rgb(166,8,22); }

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

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

 span { border-color: rgb(166,8,22); }

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