Html Css Color HEX #AE4D33 Red Stage

📋 copy color: '#AE4D33'

red 174 ◦ green 77 ◦ blue 51

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

Shades of Red Stage #AE4D33

Tints of Red Stage #AE4D33

RGB

 RED value IS 174 (68.36% from 255) = 57.62%

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 57.62%
G = 25.5%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE4D33 (or 0xAE4D33) is known color: Red Stage. HEX triplet: AE, 4D and 33. RGB value is (174,77,51). Sum of RGB (Red+Green+Blue) = 174+77+51=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D33 is #51B2CC. Grayscale: #676767. Windows color (decimal): -5354189 or 3362222. OLE color: 3362222.

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

Color convert

RGB 174 77 51 -
CMYK 0 0.56 0.71 0.32
HSL 12.68º 0.55% 0.44% -
HSV(B) 12.68º 0.71% 0.68% -
XYZ 20.71 14.55 4.85 -
YUV 103.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 174 77 51 0 0.56 0.71 0.32 12.68 0.55 0.44
Hex AE 4D 33 0 38 47 20 D 37 2C
Octal 256 115 63 0 70 107 40 15 67 54
Binary 10101110 1001101 110011 0 111000 1000111 100000 1101 110111 101100

Color Harmonies of #AE4D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D33

Black with #AE4D33

Text Example


Text Example

White with #AE4D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D33; }

 p { color: rgb(174,77,51); }

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

background-color css

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

 a { background-color: rgb(174,77,51); }

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

border-color css

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

 span { border-color: rgb(174,77,51); }

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