Html Css Color HEX #AD502F Red Stage

📋 copy color: '#AD502F'

red 173 ◦ green 80 ◦ blue 47

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

Shades of Red Stage #AD502F

Tints of Red Stage #AD502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 57.67%
G = 26.67%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD502F (or 0xAD502F) is known color: Red Stage. HEX triplet: AD, 50 and 2F. RGB value is (173,80,47). Sum of RGB (Red+Green+Blue) = 173+80+47=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD502F is #52AFD0. Grayscale: #686868. Windows color (decimal): -5418961 or 3100845. OLE color: 3100845.

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

Color convert

RGB 173 80 47 -
CMYK 0 0.54 0.73 0.32
HSL 15.71º 0.57% 0.43% -
HSV(B) 15.71º 0.73% 0.68% -
XYZ 20.62 14.83 4.46 -
YUV 104.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 173 80 47 0 0.54 0.73 0.32 15.71 0.57 0.43
Hex AD 50 2F 0 36 49 20 10 39 2B
Octal 255 120 57 0 66 111 40 20 71 53
Binary 10101101 1010000 101111 0 110110 1001001 100000 10000 111001 101011

Color Harmonies of #AD502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD502F

Black with #AD502F

Text Example


Text Example

White with #AD502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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