Html Css Color HEX #AD532E Red Stage

📋 copy color: '#AD532E'

red 173 ◦ green 83 ◦ blue 46

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

Shades of Red Stage #AD532E

Tints of Red Stage #AD532E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 57.28%
G = 27.48%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD532E (or 0xAD532E) is known color: Red Stage. HEX triplet: AD, 53 and 2E. RGB value is (173,83,46). Sum of RGB (Red+Green+Blue) = 173+83+46=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD532E is #52ACD1. Grayscale: #696969. Windows color (decimal): -5418194 or 3036077. OLE color: 3036077.

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

Color convert

RGB 173 83 46 -
CMYK 0 0.52 0.73 0.32
HSL 17.48º 0.58% 0.43% -
HSV(B) 17.48º 0.73% 0.68% -
XYZ 20.82 15.27 4.43 -
YUV 105.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 173 83 46 0 0.52 0.73 0.32 17.48 0.58 0.43
Hex AD 53 2E 0 34 49 20 11 3A 2B
Octal 255 123 56 0 64 111 40 21 72 53
Binary 10101101 1010011 101110 0 110100 1001001 100000 10001 111010 101011

Color Harmonies of #AD532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD532E

Black with #AD532E

Text Example


Text Example

White with #AD532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD532E; }

 p { color: rgb(173,83,46); }

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

background-color css

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

 a { background-color: rgb(173,83,46); }

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

border-color css

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

 span { border-color: rgb(173,83,46); }

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