Html Css Color HEX #AD4838 Medium Carmine

📋 copy color: '#AD4838'

red 173 ◦ green 72 ◦ blue 56

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

Shades of Medium Carmine #AD4838

Tints of Medium Carmine #AD4838

RGB

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

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

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

R = 57.48%
G = 23.92%
B = 18.6%

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

#AD4838 (or 0xAD4838) is known color: Medium Carmine. HEX triplet: AD, 48 and 38. RGB value is (173,72,56). Sum of RGB (Red+Green+Blue) = 173+72+56=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4838 is #52B7C7. Grayscale: #646464. Windows color (decimal): -5421000 or 3688621. OLE color: 3688621.

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

Color convert

RGB 173 72 56 -
CMYK 0 0.58 0.68 0.32
HSL 8.21º 0.51% 0.45% -
HSV(B) 8.21º 0.68% 0.68% -
XYZ 20.26 13.8 5.34 -
YUV 100.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 173 72 56 0 0.58 0.68 0.32 8.21 0.51 0.45
Hex AD 48 38 0 3A 44 20 8 33 2D
Octal 255 110 70 0 72 104 40 10 63 55
Binary 10101101 1001000 111000 0 111010 1000100 100000 1000 110011 101101

Color Harmonies of #AD4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4838

Black with #AD4838

Text Example


Text Example

White with #AD4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4838; }

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

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

background-color css

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

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

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

border-color css

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

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

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