#A6111B

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

Shades of Carmine #A6111B

Tints of Carmine #A6111B

Color information

#A6111B (or 0xA6111B) is unknown color: approx Carmine. HEX triplet: A6, 11 and 1B. RGB value is (166,17,27). Sum of RGB (Red+Green+Blue) = 166+17+27=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A6111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6111B is #59EEE4. Grayscale: #3E3E3E. Windows color (decimal): -5893861 or 1773990. OLE color: 1773990.

HSL color Cylindrical-coordinate representation of color #A6111B: hue angle of 355.97º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6111B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1661727-
CMYK00.900.840.35
HSL355.97º81.42%35.88%-
HSV(B)355.97º89.76%65.1%-
XYZ16.128.591.84-
YUV62.69107.86201.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 79.05%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=79.05%
G=8.10%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166172700.900.840.35355.9781.4235.88
HexA6111B05A54231645124
Octal246213301321244354412144
Binary1010011010001110110101101010101001000111011001001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6111B; }

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

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

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

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

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

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

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

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