#A2092B

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

Shades of Carmine #A2092B

Tints of Carmine #A2092B

Color information

#A2092B (or 0xA2092B) is unknown color: approx Carmine. HEX triplet: A2, 09 and 2B. RGB value is (162,9,43). Sum of RGB (Red+Green+Blue) = 162+9+43=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A2092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2092B is #5DF6D4. Grayscale: #3A3A3A. Windows color (decimal): -6158037 or 2820514. OLE color: 2820514.

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

Color convert

RGB162943-
CMYK00.940.730.36
HSL346.67º89.47%33.53%-
HSV(B)346.67º94.44%63.53%-
XYZ15.438.053.03-
YUV58.62119.19201.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=75.70%
G=4.21%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16294300.940.730.36346.6789.4733.53
HexA292B05E492415b5922
Octal242115301361114453313142
Binary1010001010011010110101111010010011001001010110111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2092B; }

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

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

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

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

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

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

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

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