Html Css Color HEX #AD532C Red Stage

📋 copy color: '#AD532C'

red 173 ◦ green 83 ◦ blue 44

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

Shades of Red Stage #AD532C

Tints of Red Stage #AD532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 57.67%
G = 27.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD532C (or 0xAD532C) is known color: Red Stage. HEX triplet: AD, 53 and 2C. RGB value is (173,83,44). Sum of RGB (Red+Green+Blue) = 173+83+44=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD532C is #52ACD3. Grayscale: #696969. Windows color (decimal): -5418196 or 2905005. OLE color: 2905005.

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

Color convert

RGB 173 83 44 -
CMYK 0 0.52 0.75 0.32
HSL 18.14º 0.59% 0.43% -
HSV(B) 18.14º 0.75% 0.68% -
XYZ 20.78 15.25 4.23 -
YUV 105.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 173 83 44 0 0.52 0.75 0.32 18.14 0.59 0.43
Hex AD 53 2C 0 34 4B 20 12 3B 2B
Octal 255 123 54 0 64 113 40 22 73 53
Binary 10101101 1010011 101100 0 110100 1001011 100000 10010 111011 101011

Color Harmonies of #AD532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD532C

Black with #AD532C

Text Example


Text Example

White with #AD532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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