Html Css Color HEX #AE4D31 Red Stage

📋 copy color: '#AE4D31'

red 174 ◦ green 77 ◦ blue 49

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

Shades of Red Stage #AE4D31

Tints of Red Stage #AE4D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 58%
G = 25.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE4D31 (or 0xAE4D31) is known color: Red Stage. HEX triplet: AE, 4D and 31. RGB value is (174,77,49). Sum of RGB (Red+Green+Blue) = 174+77+49=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D31 is #51B2CE. Grayscale: #676767. Windows color (decimal): -5354191 or 3231150. OLE color: 3231150.

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

Color convert

RGB 174 77 49 -
CMYK 0 0.56 0.72 0.32
HSL 13.44º 0.56% 0.44% -
HSV(B) 13.44º 0.72% 0.68% -
XYZ 20.66 14.53 4.62 -
YUV 102.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 174 77 49 0 0.56 0.72 0.32 13.44 0.56 0.44
Hex AE 4D 31 0 38 48 20 D 38 2C
Octal 256 115 61 0 70 110 40 15 70 54
Binary 10101110 1001101 110001 0 111000 1001000 100000 1101 111000 101100

Color Harmonies of #AE4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D31

Black with #AE4D31

Text Example


Text Example

White with #AE4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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