#A6151D

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

Shades of Carmine #A6151D

Tints of Carmine #A6151D

Color information

#A6151D (or 0xA6151D) is unknown color: approx Carmine. HEX triplet: A6, 15 and 1D. RGB value is (166,21,29). Sum of RGB (Red+Green+Blue) = 166+21+29=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A6151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6151D is #59EAE2. Grayscale: #414141. Windows color (decimal): -5892835 or 1906086. OLE color: 1906086.

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

Color convert

RGB1662129-
CMYK00.870.830.35
HSL356.69º77.54%36.67%-
HSV(B)356.69º87.35%65.1%-
XYZ16.228.731.99-
YUV65.27107.54199.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 76.85%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=76.85%
G=9.72%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166212900.870.830.35356.6977.5436.67
HexA6151D05753231654e25
Octal246253501271234354511645
Binary1010011010101111010101011110100111000111011001011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6151D; }

 p { color: rgb(166,21,29); }

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

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

 a { background-color: rgb(166,21,29); }

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

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

 span { border-color: rgb(166,21,29); }

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