Html Css Color HEX #AD4836 Medium Carmine

📋 copy color: '#AD4836'

red 173 ◦ green 72 ◦ blue 54

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

Shades of Medium Carmine #AD4836

Tints of Medium Carmine #AD4836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 57.86%
G = 24.08%
B = 18.06%

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

#AD4836 (or 0xAD4836) is known color: Medium Carmine. HEX triplet: AD, 48 and 36. RGB value is (173,72,54). Sum of RGB (Red+Green+Blue) = 173+72+54=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4836 is #52B7C9. Grayscale: #646464. Windows color (decimal): -5421002 or 3557549. OLE color: 3557549.

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

Color convert

RGB 173 72 54 -
CMYK 0 0.58 0.69 0.32
HSL 9.08º 0.52% 0.45% -
HSV(B) 9.08º 0.69% 0.68% -
XYZ 20.22 13.79 5.09 -
YUV 100.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 173 72 54 0 0.58 0.69 0.32 9.08 0.52 0.45
Hex AD 48 36 0 3A 45 20 9 34 2D
Octal 255 110 66 0 72 105 40 11 64 55
Binary 10101101 1001000 110110 0 111010 1000101 100000 1001 110100 101101

Color Harmonies of #AD4836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4836

Black with #AD4836

Text Example


Text Example

White with #AD4836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4836; }

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

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

background-color css

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

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

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

border-color css

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

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

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