#A10412

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

Shades of Carmine #A10412

Tints of Carmine #A10412

Color information

#A10412 (or 0xA10412) is unknown color: approx Carmine. HEX triplet: A1, 04 and 12. RGB value is (161,4,18). Sum of RGB (Red+Green+Blue) = 161+4+18=183 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.98% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 161 - color contains mainly: red. Hex color #A10412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10412 is #5EFBED. Grayscale: #343434. Windows color (decimal): -6224878 or 1180833. OLE color: 1180833.

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

Color convert

RGB161418-
CMYK00.980.890.37
HSL354.65º95.15%32.35%-
HSV(B)354.65º97.52%63.14%-
XYZ14.857.711.28-
YUV52.54108.51205.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 87.98%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=87.98%
G=2.19%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16141800.980.890.37354.6595.1532.35
HexA141206259251635f20
Octal24142201421314554313740
Binary10100001100100100110001010110011001011011000111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10412; }

 p { color: rgb(161,4,18); }

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

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

 a { background-color: rgb(161,4,18); }

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

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

 span { border-color: rgb(161,4,18); }

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