#A60F27

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

Shades of Carmine #A60F27

Tints of Carmine #A60F27

Color information

#A60F27 (or 0xA60F27) is unknown color: approx Carmine. HEX triplet: A6, 0F and 27. RGB value is (166,15,39). Sum of RGB (Red+Green+Blue) = 166+15+39=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F27 is #59F0D8. Grayscale: #3E3E3E. Windows color (decimal): -5894361 or 2559910. OLE color: 2559910.

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

Color convert

RGB1661539-
CMYK00.910.770.35
HSL350.46º83.43%35.49%-
HSV(B)350.46º90.96%65.1%-
XYZ16.268.62.72-
YUV62.88114.53201.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.45%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=75.45%
G=6.82%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166153900.910.770.35350.4683.4335.49
HexA6F2705B4D2315e5323
Octal246174701331154353612343
Binary1010011011111001110101101110011011000111010111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60F27; }

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

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

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

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

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

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

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

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