#A2151E

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

Shades of Carmine #A2151E

Tints of Carmine #A2151E

Color information

#A2151E (or 0xA2151E) is unknown color: approx Carmine. HEX triplet: A2, 15 and 1E. RGB value is (162,21,30). Sum of RGB (Red+Green+Blue) = 162+21+30=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A2151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2151E is #5DEAE1. Grayscale: #404040. Windows color (decimal): -6154978 or 1971618. OLE color: 1971618.

HSL color Cylindrical-coordinate representation of color #A2151E: hue angle of 356.17º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2151E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1622130-
CMYK00.870.810.36
HSL356.17º77.05%35.88%-
HSV(B)356.17º87.04%63.53%-
XYZ15.48.312.02-
YUV64.18108.71197.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.06%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=76.06%
G=9.86%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162213000.870.810.36356.1777.0535.88
HexA2151E05751241644d24
Octal242253601271214454411544
Binary1010001010101111100101011110100011001001011001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2151E; }

 p { color: rgb(162,21,30); }

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

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

 a { background-color: rgb(162,21,30); }

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

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

 span { border-color: rgb(162,21,30); }

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