#A20318

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

Shades of Carmine #A20318

Tints of Carmine #A20318

Color information

#A20318 (or 0xA20318) is unknown color: approx Carmine. HEX triplet: A2, 03 and 18. RGB value is (162,3,24). Sum of RGB (Red+Green+Blue) = 162+3+24=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A20318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20318 is #5DFCE7. Grayscale: #353535. Windows color (decimal): -6159592 or 1573794. OLE color: 1573794.

HSL color Cylindrical-coordinate representation of color #A20318: hue angle of 352.08º 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 #A20318 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB162324-
CMYK00.980.850.36
HSL352.08º96.36%32.35%-
HSV(B)352.08º98.15%63.53%-
XYZ15.17.811.58-
YUV52.93111.68205.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=85.71%
G=1.59%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16232400.980.850.36352.0896.3632.35
HexA231806255241606020
Octal24233001421254454014040
Binary1010001011110000110001010101011001001011000001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20318; }

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

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

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

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

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

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

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

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