Html Css Color HEX #AD4935 Medium Carmine

📋 copy color: '#AD4935'

red 173 ◦ green 73 ◦ blue 53

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

Shades of Medium Carmine #AD4935

Tints of Medium Carmine #AD4935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 57.86%
G = 24.41%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4935 (or 0xAD4935) is known color: Medium Carmine. HEX triplet: AD, 49 and 35. RGB value is (173,73,53). Sum of RGB (Red+Green+Blue) = 173+73+53=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4935 is #52B6CA. Grayscale: #646464. Windows color (decimal): -5420747 or 3492269. OLE color: 3492269.

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

Color convert

RGB 173 73 53 -
CMYK 0 0.58 0.69 0.32
HSL 10º 0.53% 0.44% -
HSV(B) 10º 0.69% 0.68% -
XYZ 20.26 13.91 4.98 -
YUV 100.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 173 73 53 0 0.58 0.69 0.32 10 0.53 0.44
Hex AD 49 35 0 3A 45 20 A 35 2C
Octal 255 111 65 0 72 105 40 12 65 54
Binary 10101101 1001001 110101 0 111010 1000101 100000 1010 110101 101100

Color Harmonies of #AD4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4935

Black with #AD4935

Text Example


Text Example

White with #AD4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4935; }

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

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

background-color css

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

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

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

border-color css

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

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

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