#A2051D

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

Shades of Carmine #A2051D

Tints of Carmine #A2051D

Color information

#A2051D (or 0xA2051D) is unknown color: approx Carmine. HEX triplet: A2, 05 and 1D. RGB value is (162,5,29). Sum of RGB (Red+Green+Blue) = 162+5+29=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A2051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2051D is #5DFAE2. Grayscale: #363636. Windows color (decimal): -6159075 or 1901986. OLE color: 1901986.

HSL color Cylindrical-coordinate representation of color #A2051D: hue angle of 350.83º 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 #A2051D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB162529-
CMYK00.970.820.36
HSL350.83º94.01%32.75%-
HSV(B)350.83º96.91%63.53%-
XYZ15.187.881.88-
YUV54.68113.51204.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 82.65%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=82.65%
G=2.55%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16252900.970.820.36350.8394.0132.75
HexA251D061522415f5e21
Octal24253501411224453713641
Binary10100010101111010110000110100101001001010111111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2051D; }

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

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

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

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

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

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

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

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