#A10118

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

Shades of Carmine #A10118

Tints of Carmine #A10118

Color information

#A10118 (or 0xA10118) is unknown color: approx Carmine. HEX triplet: A1, 01 and 18. RGB value is (161,1,24). Sum of RGB (Red+Green+Blue) = 161+1+24=186 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.56% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 161 - color contains mainly: red. Hex color #A10118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10118 is #5EFEE7. Grayscale: #333333. Windows color (decimal): -6225640 or 1573281. OLE color: 1573281.

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

Color convert

RGB161124-
CMYK00.990.850.37
HSL351.38º98.77%31.76%-
HSV(B)351.38º99.38%63.14%-
XYZ14.877.661.56-
YUV51.46112.51206.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 86.56%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=86.56%
G=0.54%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112400.990.850.37351.3898.7731.76
HexA1118063552515f6320
Octal24113001431254553714340
Binary101000011110000110001110101011001011010111111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10118; }

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

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

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

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

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

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

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

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