#A60C2F

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

Shades of Carmine #A60C2F

Tints of Carmine #A60C2F

Color information

#A60C2F (or 0xA60C2F) is unknown color: approx Carmine. HEX triplet: A6, 0C and 2F. RGB value is (166,12,47). Sum of RGB (Red+Green+Blue) = 166+12+47=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C2F is #59F3D0. Grayscale: #3E3E3E. Windows color (decimal): -5895121 or 3083430. OLE color: 3083430.

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

Color convert

RGB1661247-
CMYK00.930.720.35
HSL346.36º86.52%34.9%-
HSV(B)346.36º92.77%65.1%-
XYZ16.378.583.48-
YUV62.04119.52202.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.78%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=73.78%
G=5.33%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166124700.930.720.35346.3686.5234.9
HexA6C2F05D482315a5723
Octal246145701351104353212743
Binary1010011011001011110101110110010001000111010110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C2F; }

 p { color: rgb(166,12,47); }

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

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

 a { background-color: rgb(166,12,47); }

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

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

 span { border-color: rgb(166,12,47); }

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