#A20312

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

Shades of Carmine #A20312

Tints of Carmine #A20312

Color information

#A20312 (or 0xA20312) is unknown color: approx Carmine. HEX triplet: A2, 03 and 12. RGB value is (162,3,18). Sum of RGB (Red+Green+Blue) = 162+3+18=183 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.52% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 162 - color contains mainly: red. Hex color #A20312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20312 is #5DFCED. Grayscale: #343434. Windows color (decimal): -6159598 or 1180578. OLE color: 1180578.

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

Color convert

RGB162318-
CMYK00.980.890.36
HSL354.34º96.36%32.35%-
HSV(B)354.34º98.15%63.53%-
XYZ15.047.791.28-
YUV52.25108.68206.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 88.52%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=88.52%
G=1.64%
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.36
SystemRedGreenBlueCMYKHSL
Decimal16231800.980.890.36354.3496.3632.35
HexA231206259241626020
Octal24232201421314454214040
Binary1010001011100100110001010110011001001011000101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20312; }

 p { color: rgb(162,3,18); }

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

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

 a { background-color: rgb(162,3,18); }

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

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

 span { border-color: rgb(162,3,18); }

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