#A2161F

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

Shades of Carmine #A2161F

Tints of Carmine #A2161F

Color information

#A2161F (or 0xA2161F) is unknown color: approx Carmine. HEX triplet: A2, 16 and 1F. RGB value is (162,22,31). Sum of RGB (Red+Green+Blue) = 162+22+31=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A2161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2161F is #5DE9E0. Grayscale: #404040. Windows color (decimal): -6154721 or 2037410. OLE color: 2037410.

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

Color convert

RGB1622231-
CMYK00.860.810.36
HSL356.14º76.09%36.08%-
HSV(B)356.14º86.42%63.53%-
XYZ15.438.352.1-
YUV64.89108.88197.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=75.35%
G=10.23%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162223100.860.810.36356.1476.0936.08
HexA2161F05651241644c24
Octal242263701261214454411444
Binary1010001010110111110101011010100011001001011001001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2161F; }

 p { color: rgb(162,22,31); }

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

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

 a { background-color: rgb(162,22,31); }

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

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

 span { border-color: rgb(162,22,31); }

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