#AD493A

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

Shades of Medium Carmine #AD493A

Tints of Medium Carmine #AD493A

Color information

#AD493A (or 0xAD493A) is unknown color: approx Medium Carmine. HEX triplet: AD, 49 and 3A. RGB value is (173,73,58). Sum of RGB (Red+Green+Blue) = 173+73+58=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD493A is #52B6C5. Grayscale: #656565. Windows color (decimal): -5420742 or 3819949. OLE color: 3819949.

HSL color Cylindrical-coordinate representation of color #AD493A: hue angle of 7.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD493A is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1737358-
CMYK00.580.660.32
HSL7.83º49.78%45.29%-
HSV(B)7.83º66.47%67.84%-
XYZ20.3813.955.62-
YUV101.19103.63179.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=56.91%
G=24.01%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173735800.580.660.327.8349.7845.29
HexAD493A03A42208322d
Octal2551117207210240106255
Binary101011011001001111010011101010000101000001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD493A; }

 p { color: rgb(173,73,58); }

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

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

 a { background-color: rgb(173,73,58); }

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

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

 span { border-color: rgb(173,73,58); }

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