Html Css Color HEX #AD4936 Medium Carmine

📋 copy color: '#AD4936'

red 173 ◦ green 73 ◦ blue 54

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

Shades of Medium Carmine #AD4936

Tints of Medium Carmine #AD4936

RGB

 RED value IS 173 (67.97% from 255) = 57.67%

 GREEN value IS 73 (28.91% from 255) = 24.33%

 BLUE value IS 54 (21.48% from 255) = 18%

R = 57.67%
G = 24.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4936 (or 0xAD4936) is known color: Medium Carmine. HEX triplet: AD, 49 and 36. RGB value is (173,73,54). Sum of RGB (Red+Green+Blue) = 173+73+54=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4936 is #52B6C9. Grayscale: #646464. Windows color (decimal): -5420746 or 3557805. OLE color: 3557805.

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

Color convert

RGB 173 73 54 -
CMYK 0 0.58 0.69 0.32
HSL 9.58º 0.52% 0.45% -
HSV(B) 9.58º 0.69% 0.68% -
XYZ 20.28 13.92 5.11 -
YUV 100.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 173 73 54 0 0.58 0.69 0.32 9.58 0.52 0.45
Hex AD 49 36 0 3A 45 20 A 34 2D
Octal 255 111 66 0 72 105 40 12 64 55
Binary 10101101 1001001 110110 0 111010 1000101 100000 1010 110100 101101

Color Harmonies of #AD4936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4936

Black with #AD4936

Text Example


Text Example

White with #AD4936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4936; }

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

 H1.HeaderClassName
 {
   color: #AD4936;
 }
 .AnyTagClassName
 {
   color: #AD4936;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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