#A20027

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

Shades of Carmine #A20027

Tints of Carmine #A20027

Color information

#A20027 (or 0xA20027) is unknown color: approx Carmine. HEX triplet: A2, 00 and 27. RGB value is (162,0,39). Sum of RGB (Red+Green+Blue) = 162+0+39=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A20027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20027 is #5DFFD8. Grayscale: #343434. Windows color (decimal): -6160345 or 2556066. OLE color: 2556066.

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

Color convert

RGB162039-
CMYK010.760.36
HSL345.56º100%31.76%-
HSV(B)345.56º100%63.53%-
XYZ15.277.832.63-
YUV52.88120.17205.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=80.60%
G=0%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162039010.760.36345.5610031.76
HexA20270644C2415a6420
Octal24204701441144453214440
Binary1010001001001110110010010011001001001010110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20027; }

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

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

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

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

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

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

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

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