#A2092A

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

Shades of Carmine #A2092A

Tints of Carmine #A2092A

Color information

#A2092A (or 0xA2092A) is unknown color: approx Carmine. HEX triplet: A2, 09 and 2A. RGB value is (162,9,42). Sum of RGB (Red+Green+Blue) = 162+9+42=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A2092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2092A is #5DF6D5. Grayscale: #3A3A3A. Windows color (decimal): -6158038 or 2754978. OLE color: 2754978.

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

Color convert

RGB162942-
CMYK00.940.740.36
HSL347.06º89.47%33.53%-
HSV(B)347.06º94.44%63.53%-
XYZ15.428.042.93-
YUV58.51118.69201.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.06%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=76.06%
G=4.23%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16294200.940.740.36347.0689.4733.53
HexA292A05E4A2415b5922
Octal242115201361124453313142
Binary1010001010011010100101111010010101001001010110111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2092A; }

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

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

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

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

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

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

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

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