#A60D33

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

Shades of Carmine #A60D33

Tints of Carmine #A60D33

Color information

#A60D33 (or 0xA60D33) is unknown color: approx Carmine. HEX triplet: A6, 0D and 33. RGB value is (166,13,51). Sum of RGB (Red+Green+Blue) = 166+13+51=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60D33 is #59F2CC. Grayscale: #3F3F3F. Windows color (decimal): -5894861 or 3345830. OLE color: 3345830.

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

Color convert

RGB1661351-
CMYK00.920.690.35
HSL345.1º85.47%35.1%-
HSV(B)345.1º92.17%65.1%-
XYZ16.478.633.93-
YUV63.08121.19201.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.17%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=72.17%
G=5.65%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166135100.920.690.35345.185.4735.1
HexA6D3305C45231595523
Octal246156301341054353112543
Binary1010011011011100110101110010001011000111010110011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D33; }

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

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

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

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

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

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

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

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