#A20437

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

Shades of Carmine #A20437

Tints of Carmine #A20437

Color information

#A20437 (or 0xA20437) is unknown color: approx Carmine. HEX triplet: A2, 04 and 37. RGB value is (162,4,55). Sum of RGB (Red+Green+Blue) = 162+4+55=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A20437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20437 is #5DFBC8. Grayscale: #393939. Windows color (decimal): -6159305 or 3605666. OLE color: 3605666.

HSL color Cylindrical-coordinate representation of color #A20437: hue angle of 340.63º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20437 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB162455-
CMYK00.980.660.36
HSL340.63º95.18%32.55%-
HSV(B)340.63º97.53%63.53%-
XYZ15.638.044.34-
YUV57.06126.85202.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.30%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=73.30%
G=1.81%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16245500.980.660.36340.6395.1832.55
HexA243706242241555f21
Octal24246701421024452513741
Binary101000101001101110110001010000101001001010101011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20437; }

 p { color: rgb(162,4,55); }

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

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

 a { background-color: rgb(162,4,55); }

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

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

 span { border-color: rgb(162,4,55); }

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