#A2092D

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

Shades of Carmine #A2092D

Tints of Carmine #A2092D

Color information

#A2092D (or 0xA2092D) is unknown color: approx Carmine. HEX triplet: A2, 09 and 2D. RGB value is (162,9,45). Sum of RGB (Red+Green+Blue) = 162+9+45=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A2092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2092D is #5DF6D2. Grayscale: #3A3A3A. Windows color (decimal): -6158035 or 2951586. OLE color: 2951586.

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

Color convert

RGB162945-
CMYK00.940.720.36
HSL345.88º89.47%33.53%-
HSV(B)345.88º94.44%63.53%-
XYZ15.478.073.22-
YUV58.85120.19201.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=75%
G=4.17%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16294500.940.720.36345.8889.4733.53
HexA292D05E482415a5922
Octal242115501361104453213142
Binary1010001010011011010101111010010001001001010110101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2092D; }

 p { color: rgb(162,9,45); }

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

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

 a { background-color: rgb(162,9,45); }

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

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

 span { border-color: rgb(162,9,45); }

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