#A20B33

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

Shades of Carmine #A20B33

Tints of Carmine #A20B33

Color information

#A20B33 (or 0xA20B33) is unknown color: approx Carmine. HEX triplet: A2, 0B and 33. RGB value is (162,11,51). Sum of RGB (Red+Green+Blue) = 162+11+51=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B33 is #5DF4CC. Grayscale: #3C3C3C. Windows color (decimal): -6157517 or 3345314. OLE color: 3345314.

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

Color convert

RGB1621151-
CMYK00.930.690.36
HSL344.11º87.28%33.92%-
HSV(B)344.11º93.21%63.53%-
XYZ15.628.163.88-
YUV60.71122.53200.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.32%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=72.32%
G=4.91%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162115100.930.690.36344.1187.2833.92
HexA2B3305D45241585722
Octal242136301351054453012742
Binary1010001010111100110101110110001011001001010110001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B33; }

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

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

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

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

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

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

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

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