#A20934

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

Shades of Carmine #A20934

Tints of Carmine #A20934

Color information

#A20934 (or 0xA20934) is unknown color: approx Carmine. HEX triplet: A2, 09 and 34. RGB value is (162,9,52). Sum of RGB (Red+Green+Blue) = 162+9+52=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A20934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20934 is #5DF6CB. Grayscale: #3B3B3B. Windows color (decimal): -6158028 or 3410338. OLE color: 3410338.

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

Color convert

RGB162952-
CMYK00.940.680.36
HSL343.14º89.47%33.53%-
HSV(B)343.14º94.44%63.53%-
XYZ15.628.123.99-
YUV59.65123.69201-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.65%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=72.65%
G=4.04%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16295200.940.680.36343.1489.4733.53
HexA293405E44241575922
Octal242116401361044452713142
Binary1010001010011101000101111010001001001001010101111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20934; }

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

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

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

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

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

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

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

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