#A20B2A

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

Shades of Carmine #A20B2A

Tints of Carmine #A20B2A

Color information

#A20B2A (or 0xA20B2A) is unknown color: approx Carmine. HEX triplet: A2, 0B and 2A. RGB value is (162,11,42). Sum of RGB (Red+Green+Blue) = 162+11+42=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B2A is #5DF4D5. Grayscale: #3B3B3B. Windows color (decimal): -6157526 or 2755490. OLE color: 2755490.

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

Color convert

RGB1621142-
CMYK00.930.740.36
HSL347.68º87.28%33.92%-
HSV(B)347.68º93.21%63.53%-
XYZ15.448.092.94-
YUV59.68118.03200.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=75.35%
G=5.12%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162114200.930.740.36347.6887.2833.92
HexA2B2A05D4A2415c5722
Octal242135201351124453412742
Binary1010001010111010100101110110010101001001010111001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B2A; }

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

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

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

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

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

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

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

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