Html Css Color HEX #AD4730 Medium Carmine

📋 copy color: '#AD4730'

red 173 ◦ green 71 ◦ blue 48

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

Shades of Medium Carmine #AD4730

Tints of Medium Carmine #AD4730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 59.25%
G = 24.32%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD4730 (or 0xAD4730) is known color: Medium Carmine. HEX triplet: AD, 47 and 30. RGB value is (173,71,48). Sum of RGB (Red+Green+Blue) = 173+71+48=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4730 is #52B8CF. Grayscale: #636363. Windows color (decimal): -5421264 or 3164077. OLE color: 3164077.

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

Color convert

RGB 173 71 48 -
CMYK 0 0.59 0.72 0.32
HSL 11.04º 0.57% 0.43% -
HSV(B) 11.04º 0.72% 0.68% -
XYZ 20.02 13.6 4.37 -
YUV 98.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 173 71 48 0 0.59 0.72 0.32 11.04 0.57 0.43
Hex AD 47 30 0 3B 48 20 B 39 2B
Octal 255 107 60 0 73 110 40 13 71 53
Binary 10101101 1000111 110000 0 111011 1001000 100000 1011 111001 101011

Color Harmonies of #AD4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4730

Black with #AD4730

Text Example


Text Example

White with #AD4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4730; }

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

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

background-color css

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

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

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

border-color css

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

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

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