#A10818

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

Shades of Carmine #A10818

Tints of Carmine #A10818

Color information

#A10818 (or 0xA10818) is unknown color: approx Carmine. HEX triplet: A1, 08 and 18. RGB value is (161,8,24). Sum of RGB (Red+Green+Blue) = 161+8+24=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A10818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10818 is #5EF7E7. Grayscale: #373737. Windows color (decimal): -6223848 or 1575073. OLE color: 1575073.

HSL color Cylindrical-coordinate representation of color #A10818: hue angle of 353.73º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10818 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB161824-
CMYK00.950.850.37
HSL353.73º90.53%33.14%-
HSV(B)353.73º95.03%63.14%-
XYZ14.957.821.58-
YUV55.57110.19203.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 83.42%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=83.42%
G=4.15%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16182400.950.850.37353.7390.5333.14
HexA181805F55251625b21
Octal241103001371254554213341
Binary101000011000110000101111110101011001011011000101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10818; }

 p { color: rgb(161,8,24); }

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

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

 a { background-color: rgb(161,8,24); }

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

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

 span { border-color: rgb(161,8,24); }

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