Html Css Color HEX #AD4832 Medium Carmine

📋 copy color: '#AD4832'

red 173 ◦ green 72 ◦ blue 50

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

Shades of Medium Carmine #AD4832

Tints of Medium Carmine #AD4832

RGB

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

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

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

R = 58.64%
G = 24.41%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD4832 (or 0xAD4832) is known color: Medium Carmine. HEX triplet: AD, 48 and 32. RGB value is (173,72,50). Sum of RGB (Red+Green+Blue) = 173+72+50=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4832 is #52B7CD. Grayscale: #636363. Windows color (decimal): -5421006 or 3295405. OLE color: 3295405.

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

Color convert

RGB 173 72 50 -
CMYK 0 0.58 0.71 0.32
HSL 10.73º 0.55% 0.44% -
HSV(B) 10.73º 0.71% 0.68% -
XYZ 20.13 13.75 4.61 -
YUV 99.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 173 72 50 0 0.58 0.71 0.32 10.73 0.55 0.44
Hex AD 48 32 0 3A 47 20 B 37 2C
Octal 255 110 62 0 72 107 40 13 67 54
Binary 10101101 1001000 110010 0 111010 1000111 100000 1011 110111 101100

Color Harmonies of #AD4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4832

Black with #AD4832

Text Example


Text Example

White with #AD4832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4832; }

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

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

background-color css

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

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

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

border-color css

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

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

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