#A60D1B

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

Shades of Carmine #A60D1B

Tints of Carmine #A60D1B

Color information

#A60D1B (or 0xA60D1B) is unknown color: approx Carmine. HEX triplet: A6, 0D and 1B. RGB value is (166,13,27). Sum of RGB (Red+Green+Blue) = 166+13+27=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60D1B is #59F2E4. Grayscale: #3C3C3C. Windows color (decimal): -5894885 or 1772966. OLE color: 1772966.

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

Color convert

RGB1661327-
CMYK00.920.840.35
HSL354.51º85.47%35.1%-
HSV(B)354.51º92.17%65.1%-
XYZ16.078.471.83-
YUV60.34109.19203.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.58%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=80.58%
G=6.31%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166132700.920.840.35354.5185.4735.1
HexA6D1B05C54231635523
Octal246153301341244354312543
Binary101001101101110110101110010101001000111011000111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D1B; }

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

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

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

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

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

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

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

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