#a6151f

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

Shades of Carmine #A6151F

Tints of Carmine #A6151F

Color information

#A6151F (or 0xA6151F) is unknown color: approx Carmine. HEX triplet: A6, 15 and 1F. RGB value is (166,21,31). Sum of RGB (Red+Green+Blue) = 166+21+31=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6151F is #59EAE0. Grayscale: #414141. Windows color (decimal): -5892833 or 2037158. OLE color: 2037158.

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

Color convert

RGB1662131-
CMYK00.870.810.35
HSL355.86º77.54%36.67%-
HSV(B)355.86º87.35%65.1%-
XYZ16.248.742.13-
YUV65.5108.54199.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 76.15%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=76.15%
G=9.63%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166213100.870.810.35355.8677.5436.67
HexA6151F05751231644e25
Octal246253701271214354411645
Binary1010011010101111110101011110100011000111011001001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6151f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6151f; }

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

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

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

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

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

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

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

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