#A20031

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

Shades of Carmine #A20031

Tints of Carmine #A20031

Color information

#A20031 (or 0xA20031) is unknown color: approx Carmine. HEX triplet: A2, 00 and 31. RGB value is (162,0,49). Sum of RGB (Red+Green+Blue) = 162+0+49=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A20031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20031 is #5DFFCE. Grayscale: #353535. Windows color (decimal): -6160335 or 3211426. OLE color: 3211426.

HSL color Cylindrical-coordinate representation of color #A20031: hue angle of 341.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20031 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB162049-
CMYK010.700.36
HSL341.85º100%31.76%-
HSV(B)341.85º100%63.53%-
XYZ15.457.93.62-
YUV54.02125.17205.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=76.78%
G=0%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162049010.700.36341.8510031.76
HexA203106446241566420
Octal24206101441064452614440
Binary1010001001100010110010010001101001001010101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20031; }

 p { color: rgb(162,0,49); }

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

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

 a { background-color: rgb(162,0,49); }

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

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

 span { border-color: rgb(162,0,49); }

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