#A20933

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

Shades of Carmine #A20933

Tints of Carmine #A20933

Color information

#A20933 (or 0xA20933) is unknown color: approx Carmine. HEX triplet: A2, 09 and 33. RGB value is (162,9,51). Sum of RGB (Red+Green+Blue) = 162+9+51=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A20933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20933 is #5DF6CC. Grayscale: #3B3B3B. Windows color (decimal): -6158029 or 3344802. OLE color: 3344802.

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

Color convert

RGB162951-
CMYK00.940.690.36
HSL343.53º89.47%33.53%-
HSV(B)343.53º94.44%63.53%-
XYZ15.68.123.88-
YUV59.54123.19201.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.97%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=72.97%
G=4.05%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16295100.940.690.36343.5389.4733.53
HexA293305E45241585922
Octal242116301361054453013142
Binary1010001010011100110101111010001011001001010110001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20933; }

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

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

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

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

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

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

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

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