#A60C2E

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

Shades of Carmine #A60C2E

Tints of Carmine #A60C2E

Color information

#A60C2E (or 0xA60C2E) is unknown color: approx Carmine. HEX triplet: A6, 0C and 2E. RGB value is (166,12,46). Sum of RGB (Red+Green+Blue) = 166+12+46=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C2E is #59F3D1. Grayscale: #3D3D3D. Windows color (decimal): -5895122 or 3017894. OLE color: 3017894.

HSL color Cylindrical-coordinate representation of color #A60C2E: hue angle of 346.75º 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 #A60C2E is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1661246-
CMYK00.930.720.35
HSL346.75º86.52%34.9%-
HSV(B)346.75º92.77%65.1%-
XYZ16.358.573.38-
YUV61.92119.02202.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 74.11%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=74.11%
G=5.36%
B=20.54%

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
Decimal166124600.930.720.35346.7586.5234.9
HexA6C2E05D482315b5723
Octal246145601351104353312743
Binary1010011011001011100101110110010001000111010110111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C2E; }

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

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

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

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

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

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

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

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