#A20527

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

Shades of Carmine #A20527

Tints of Carmine #A20527

Color information

#A20527 (or 0xA20527) is unknown color: approx Carmine. HEX triplet: A2, 05 and 27. RGB value is (162,5,39). Sum of RGB (Red+Green+Blue) = 162+5+39=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A20527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20527 is #5DFAD8. Grayscale: #373737. Windows color (decimal): -6159065 or 2557346. OLE color: 2557346.

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

Color convert

RGB162539-
CMYK00.970.760.36
HSL347.01º94.01%32.75%-
HSV(B)347.01º96.91%63.53%-
XYZ15.327.942.64-
YUV55.82118.51203.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.64%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=78.64%
G=2.43%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16253900.970.760.36347.0194.0132.75
HexA25270614C2415b5e21
Octal24254701411144453313641
Binary101000101011001110110000110011001001001010110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20527; }

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

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

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

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

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

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

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

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