#A20B1E

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

Shades of Carmine #A20B1E

Tints of Carmine #A20B1E

Color information

#A20B1E (or 0xA20B1E) is unknown color: approx Carmine. HEX triplet: A2, 0B and 1E. RGB value is (162,11,30). Sum of RGB (Red+Green+Blue) = 162+11+30=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B1E is #5DF4E1. Grayscale: #3A3A3A. Windows color (decimal): -6157538 or 1969058. OLE color: 1969058.

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

Color convert

RGB1621130-
CMYK00.930.810.36
HSL352.45º87.28%33.92%-
HSV(B)352.45º93.21%63.53%-
XYZ15.258.011.97-
YUV58.32112.03201.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.80%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=79.80%
G=5.42%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162113000.930.810.36352.4587.2833.92
HexA2B1E05D51241605722
Octal242133601351214454012742
Binary101000101011111100101110110100011001001011000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B1E; }

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

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

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

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

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

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

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

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