#A20B14

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

Shades of Carmine #A20B14

Tints of Carmine #A20B14

Color information

#A20B14 (or 0xA20B14) is unknown color: approx Carmine. HEX triplet: A2, 0B and 14. RGB value is (162,11,20). Sum of RGB (Red+Green+Blue) = 162+11+20=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20B14 is #5DF4EB. Grayscale: #393939. Windows color (decimal): -6157548 or 1313698. OLE color: 1313698.

HSL color Cylindrical-coordinate representation of color #A20B14: hue angle of 356.42º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B14 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB1621120-
CMYK00.930.880.36
HSL356.42º87.28%33.92%-
HSV(B)356.42º93.21%63.53%-
XYZ15.157.971.4-
YUV57.18107.03202.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.94%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=83.94%
G=5.70%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162112000.930.880.36356.4287.2833.92
HexA2B1405D58241645722
Octal242132401351304454412742
Binary101000101011101000101110110110001001001011001001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B14; }

 p { color: rgb(162,11,20); }

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

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

 a { background-color: rgb(162,11,20); }

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

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

 span { border-color: rgb(162,11,20); }

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