#A93E33

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

Shades of Medium Carmine #A93E33

Tints of Medium Carmine #A93E33

Color information

#A93E33 (or 0xA93E33) is unknown color: approx Medium Carmine. HEX triplet: A9, 3E and 33. RGB value is (169,62,51). Sum of RGB (Red+Green+Blue) = 169+62+51=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93E33 is #56C1CC. Grayscale: #5C5C5C. Windows color (decimal): -5685709 or 3358377. OLE color: 3358377.

HSL color Cylindrical-coordinate representation of color #A93E33: hue angle of 5.59º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93E33 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1696251-
CMYK00.630.700.34
HSL5.59º53.64%43.14%-
HSV(B)5.59º69.82%66.27%-
XYZ18.6812.124.49-
YUV92.74104.45182.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.93%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=59.93%
G=21.99%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169625100.630.700.345.5953.6443.14
HexA93E3303F46226362b
Octal25176630771064266653
Binary1010100111111011001101111111000110100010110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E33; }

 p { color: rgb(169,62,51); }

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

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

 a { background-color: rgb(169,62,51); }

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

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

 span { border-color: rgb(169,62,51); }

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