Html Css Color HEX #AD512F Red Stage

📋 copy color: '#AD512F'

red 173 ◦ green 81 ◦ blue 47

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

Shades of Red Stage #AD512F

Tints of Red Stage #AD512F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 57.48%
G = 26.91%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD512F (or 0xAD512F) is known color: Red Stage. HEX triplet: AD, 51 and 2F. RGB value is (173,81,47). Sum of RGB (Red+Green+Blue) = 173+81+47=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD512F is #52AED0. Grayscale: #686868. Windows color (decimal): -5418705 or 3101101. OLE color: 3101101.

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

Color convert

RGB 173 81 47 -
CMYK 0 0.53 0.73 0.32
HSL 16.19º 0.57% 0.43% -
HSV(B) 16.19º 0.73% 0.68% -
XYZ 20.69 14.97 4.49 -
YUV 104.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 173 81 47 0 0.53 0.73 0.32 16.19 0.57 0.43
Hex AD 51 2F 0 35 49 20 10 39 2B
Octal 255 121 57 0 65 111 40 20 71 53
Binary 10101101 1010001 101111 0 110101 1001001 100000 10000 111001 101011

Color Harmonies of #AD512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD512F

Black with #AD512F

Text Example


Text Example

White with #AD512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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