#A60D2D

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

Shades of Carmine #A60D2D

Tints of Carmine #A60D2D

Color information

#A60D2D (or 0xA60D2D) is unknown color: approx Carmine. HEX triplet: A6, 0D and 2D. RGB value is (166,13,45). Sum of RGB (Red+Green+Blue) = 166+13+45=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60D2D is #59F2D2. Grayscale: #3E3E3E. Windows color (decimal): -5894867 or 2952614. OLE color: 2952614.

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

Color convert

RGB1661345-
CMYK00.920.730.35
HSL347.45º85.47%35.1%-
HSV(B)347.45º92.17%65.1%-
XYZ16.348.583.28-
YUV62.4118.19201.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 74.11%
GREEN value IS 13 (5.47% from 255) = 5.80%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=74.11%
G=5.80%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166134500.920.730.35347.4585.4735.1
HexA6D2D05C492315b5523
Octal246155501341114353312543
Binary1010011011011011010101110010010011000111010110111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D2D; }

 p { color: rgb(166,13,45); }

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

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

 a { background-color: rgb(166,13,45); }

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

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

 span { border-color: rgb(166,13,45); }

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