Html Css Color HEX #AD4738 Medium Carmine

📋 copy color: '#AD4738'

red 173 ◦ green 71 ◦ blue 56

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

Shades of Medium Carmine #AD4738

Tints of Medium Carmine #AD4738

RGB

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

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

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

R = 57.67%
G = 23.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD4738 (or 0xAD4738) is known color: Medium Carmine. HEX triplet: AD, 47 and 38. RGB value is (173,71,56). Sum of RGB (Red+Green+Blue) = 173+71+56=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4738 is #52B8C7. Grayscale: #636363. Windows color (decimal): -5421256 or 3688365. OLE color: 3688365.

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

Color convert

RGB 173 71 56 -
CMYK 0 0.59 0.68 0.32
HSL 7.69º 0.51% 0.45% -
HSV(B) 7.69º 0.68% 0.68% -
XYZ 20.2 13.68 5.32 -
YUV 99.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 173 71 56 0 0.59 0.68 0.32 7.69 0.51 0.45
Hex AD 47 38 0 3B 44 20 8 33 2D
Octal 255 107 70 0 73 104 40 10 63 55
Binary 10101101 1000111 111000 0 111011 1000100 100000 1000 110011 101101

Color Harmonies of #AD4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4738

Black with #AD4738

Text Example


Text Example

White with #AD4738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4738; }

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

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

background-color css

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

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

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

border-color css

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

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

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