#A6171B

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

Shades of Carmine #A6171B

Tints of Carmine #A6171B

Color information

#A6171B (or 0xA6171B) is unknown color: approx Carmine. HEX triplet: A6, 17 and 1B. RGB value is (166,23,27). Sum of RGB (Red+Green+Blue) = 166+23+27=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A6171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6171B is #59E8E4. Grayscale: #424242. Windows color (decimal): -5892325 or 1775526. OLE color: 1775526.

HSL color Cylindrical-coordinate representation of color #A6171B: hue angle of 358.32º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6171B is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1662327-
CMYK00.860.840.35
HSL358.32º75.66%37.06%-
HSV(B)358.32º86.14%65.1%-
XYZ16.238.81.88-
YUV66.21105.88199.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 76.85%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 27 (10.94% from 255) = 12.5%
R=76.85%
G=10.65%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166232700.860.840.35358.3275.6637.06
HexA6171B05654231664c25
Octal246273301261244354611445
Binary1010011010111110110101011010101001000111011001101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6171B; }

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

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

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

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

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

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

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

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