#AD493B

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

Shades of Medium Carmine #AD493B

Tints of Medium Carmine #AD493B

Color information

#AD493B (or 0xAD493B) is unknown color: approx Medium Carmine. HEX triplet: AD, 49 and 3B. RGB value is (173,73,59). Sum of RGB (Red+Green+Blue) = 173+73+59=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD493B is #52B6C4. Grayscale: #656565. Windows color (decimal): -5420741 or 3885485. OLE color: 3885485.

HSL color Cylindrical-coordinate representation of color #AD493B: hue angle of 7.37º degrees, saturation: 0.49, 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 #AD493B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1737359-
CMYK00.580.660.32
HSL7.37º49.14%45.49%-
HSV(B)7.37º65.9%67.84%-
XYZ20.4113.975.76-
YUV101.3104.13179.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=56.72%
G=23.93%
B=19.34%

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
Decimal173735900.580.660.327.3749.1445.49
HexAD493B03A42207312d
Octal255111730721024076155
Binary10101101100100111101101110101000010100000111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD493B; }

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

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

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

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

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

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

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

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