#A2051B

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

Shades of Carmine #A2051B

Tints of Carmine #A2051B

Color information

#A2051B (or 0xA2051B) is unknown color: approx Carmine. HEX triplet: A2, 05 and 1B. RGB value is (162,5,27). Sum of RGB (Red+Green+Blue) = 162+5+27=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A2051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2051B is #5DFAE4. Grayscale: #363636. Windows color (decimal): -6159077 or 1770914. OLE color: 1770914.

HSL color Cylindrical-coordinate representation of color #A2051B: hue angle of 351.59º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2051B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB162527-
CMYK00.970.830.36
HSL351.59º94.01%32.75%-
HSV(B)351.59º96.91%63.53%-
XYZ15.157.871.76-
YUV54.45112.51204.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.51%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=83.51%
G=2.58%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16252700.970.830.36351.5994.0132.75
HexA251B06153241605e21
Octal24253301411234454013641
Binary10100010101110110110000110100111001001011000001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2051B; }

 p { color: rgb(162,5,27); }

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

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

 a { background-color: rgb(162,5,27); }

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

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

 span { border-color: rgb(162,5,27); }

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