Html Css Color HEX #AD5131 Red Stage

📋 copy color: '#AD5131'

red 173 ◦ green 81 ◦ blue 49

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

Shades of Red Stage #AD5131

Tints of Red Stage #AD5131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 57.1%
G = 26.73%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD5131 (or 0xAD5131) is known color: Red Stage. HEX triplet: AD, 51 and 31. RGB value is (173,81,49). Sum of RGB (Red+Green+Blue) = 173+81+49=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5131 is #52AECE. Grayscale: #696969. Windows color (decimal): -5418703 or 3232173. OLE color: 3232173.

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

Color convert

RGB 173 81 49 -
CMYK 0 0.53 0.72 0.32
HSL 15.48º 0.56% 0.44% -
HSV(B) 15.48º 0.72% 0.68% -
XYZ 20.73 14.99 4.71 -
YUV 104.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 173 81 49 0 0.53 0.72 0.32 15.48 0.56 0.44
Hex AD 51 31 0 35 48 20 F 38 2C
Octal 255 121 61 0 65 110 40 17 70 54
Binary 10101101 1010001 110001 0 110101 1001000 100000 1111 111000 101100

Color Harmonies of #AD5131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5131

Black with #AD5131

Text Example


Text Example

White with #AD5131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5131; }

 p { color: rgb(173,81,49); }

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

background-color css

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

 a { background-color: rgb(173,81,49); }

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

border-color css

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

 span { border-color: rgb(173,81,49); }

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