Html Css Color HEX #AD493A Medium Carmine

📋 copy color: '#AD493A'

red 173 ◦ green 73 ◦ blue 58

#AD493A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AD493A

Tints of Medium Carmine #AD493A

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 value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD493A (or 0xAD493A) is known color: 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

RGB 173 73 58 -
CMYK 0 0.58 0.66 0.32
HSL 7.83º 0.5% 0.45% -
HSV(B) 7.83º 0.66% 0.68% -
XYZ 20.38 13.95 5.62 -
YUV 101.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 173 73 58 0 0.58 0.66 0.32 7.83 0.5 0.45
Hex AD 49 3A 0 3A 42 20 8 32 2D
Octal 255 111 72 0 72 102 40 10 62 55
Binary 10101101 1001001 111010 0 111010 1000010 100000 1000 110010 101101

Color Harmonies of #AD493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD493A

Black with #AD493A

Text Example


Text Example

White with #AD493A

Text Example


Text Example

HTML Codes & Css Web 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>