Html Css Color HEX #AD4938 Medium Carmine

📋 copy color: '#AD4938'

red 173 ◦ green 73 ◦ blue 56

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

Shades of Medium Carmine #AD4938

Tints of Medium Carmine #AD4938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 57.28%
G = 24.17%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD4938 (or 0xAD4938) is known color: Medium Carmine. HEX triplet: AD, 49 and 38. RGB value is (173,73,56). Sum of RGB (Red+Green+Blue) = 173+73+56=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4938 is #52B6C7. Grayscale: #656565. Windows color (decimal): -5420744 or 3688877. OLE color: 3688877.

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

Color convert

RGB 173 73 56 -
CMYK 0 0.58 0.68 0.32
HSL 8.72º 0.51% 0.45% -
HSV(B) 8.72º 0.68% 0.68% -
XYZ 20.33 13.93 5.36 -
YUV 100.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 173 73 56 0 0.58 0.68 0.32 8.72 0.51 0.45
Hex AD 49 38 0 3A 44 20 9 33 2D
Octal 255 111 70 0 72 104 40 11 63 55
Binary 10101101 1001001 111000 0 111010 1000100 100000 1001 110011 101101

Color Harmonies of #AD4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4938

Black with #AD4938

Text Example


Text Example

White with #AD4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4938; }

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

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

background-color css

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

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

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

border-color css

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

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

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