Html Css Color HEX #AD4732 Medium Carmine

📋 copy color: '#AD4732'

red 173 ◦ green 71 ◦ blue 50

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

Shades of Medium Carmine #AD4732

Tints of Medium Carmine #AD4732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 58.84%
G = 24.15%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD4732 (or 0xAD4732) is known color: Medium Carmine. HEX triplet: AD, 47 and 32. RGB value is (173,71,50). Sum of RGB (Red+Green+Blue) = 173+71+50=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4732 is #52B8CD. Grayscale: #636363. Windows color (decimal): -5421262 or 3295149. OLE color: 3295149.

HSL color Cylindrical-coordinate representation of color #AD4732: hue angle of 10.24º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4732 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 71 50 -
CMYK 0 0.59 0.71 0.32
HSL 10.24º 0.55% 0.44% -
HSV(B) 10.24º 0.71% 0.68% -
XYZ 20.06 13.62 4.59 -
YUV 99.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 173 71 50 0 0.59 0.71 0.32 10.24 0.55 0.44
Hex AD 47 32 0 3B 47 20 A 37 2C
Octal 255 107 62 0 73 107 40 12 67 54
Binary 10101101 1000111 110010 0 111011 1000111 100000 1010 110111 101100

Color Harmonies of #AD4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4732

Black with #AD4732

Text Example


Text Example

White with #AD4732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4732; }

 p { color: rgb(173,71,50); }

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

background-color css

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

 a { background-color: rgb(173,71,50); }

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

border-color css

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

 span { border-color: rgb(173,71,50); }

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