#A20538

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

Shades of Carmine #A20538

Tints of Carmine #A20538

Color information

#A20538 (or 0xA20538) is unknown color: approx Carmine. HEX triplet: A2, 05 and 38. RGB value is (162,5,56). Sum of RGB (Red+Green+Blue) = 162+5+56=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A20538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20538 is #5DFAC7. Grayscale: #393939. Windows color (decimal): -6159048 or 3671458. OLE color: 3671458.

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

Color convert

RGB162556-
CMYK00.970.650.36
HSL340.51º94.01%32.75%-
HSV(B)340.51º96.91%63.53%-
XYZ15.678.084.47-
YUV57.76127.01202.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.65%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=72.65%
G=2.24%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16255600.970.650.36340.5194.0132.75
HexA253806141241555e21
Octal24257001411014452513641
Binary101000101011110000110000110000011001001010101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20538; }

 p { color: rgb(162,5,56); }

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

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

 a { background-color: rgb(162,5,56); }

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

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

 span { border-color: rgb(162,5,56); }

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