Html Css Color HEX #AE5130 Red Stage

📋 copy color: '#AE5130'

red 174 ◦ green 81 ◦ blue 48

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

Shades of Red Stage #AE5130

Tints of Red Stage #AE5130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 57.43%
G = 26.73%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE5130 (or 0xAE5130) is known color: Red Stage. HEX triplet: AE, 51 and 30. RGB value is (174,81,48). Sum of RGB (Red+Green+Blue) = 174+81+48=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5130 is #51AECF. Grayscale: #696969. Windows color (decimal): -5353168 or 3166638. OLE color: 3166638.

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

Color convert

RGB 174 81 48 -
CMYK 0 0.53 0.72 0.32
HSL 15.71º 0.57% 0.44% -
HSV(B) 15.71º 0.72% 0.68% -
XYZ 20.93 15.1 4.61 -
YUV 105.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 174 81 48 0 0.53 0.72 0.32 15.71 0.57 0.44
Hex AE 51 30 0 35 48 20 10 39 2C
Octal 256 121 60 0 65 110 40 20 71 54
Binary 10101110 1010001 110000 0 110101 1001000 100000 10000 111001 101100

Color Harmonies of #AE5130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5130

Black with #AE5130

Text Example


Text Example

White with #AE5130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5130; }

 p { color: rgb(174,81,48); }

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

background-color css

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

 a { background-color: rgb(174,81,48); }

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

border-color css

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

 span { border-color: rgb(174,81,48); }

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