#A60027

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

Shades of Carmine #A60027

Tints of Carmine #A60027

Color information

#A60027 (or 0xA60027) is unknown color: approx Carmine. HEX triplet: A6, 00 and 27. RGB value is (166,0,39). Sum of RGB (Red+Green+Blue) = 166+0+39=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A60027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60027 is #59FFD8. Grayscale: #363636. Windows color (decimal): -5898201 or 2556070. OLE color: 2556070.

HSL color Cylindrical-coordinate representation of color #A60027: hue angle of 345.9º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60027 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB166039-
CMYK010.770.35
HSL345.9º100%32.55%-
HSV(B)345.9º100%65.1%-
XYZ16.098.252.66-
YUV54.08119.5207.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=80.98%
G=0%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166039010.770.35345.910032.55
HexA60270644D2315a6421
Octal24604701441154353214441
Binary1010011001001110110010010011011000111010110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60027; }

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

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

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

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

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

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

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

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