Html Css Color HEX #AE4E30 Red Stage

📋 copy color: '#AE4E30'

red 174 ◦ green 78 ◦ blue 48

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

Shades of Red Stage #AE4E30

Tints of Red Stage #AE4E30

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26%

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

R = 58%
G = 26%
B = 16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE4E30 (or 0xAE4E30) is known color: Red Stage. HEX triplet: AE, 4E and 30. RGB value is (174,78,48). Sum of RGB (Red+Green+Blue) = 174+78+48=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E30 is #51B1CF. Grayscale: #676767. Windows color (decimal): -5353936 or 3165870. OLE color: 3165870.

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

Color convert

RGB 174 78 48 -
CMYK 0 0.55 0.72 0.32
HSL 14.29º 0.57% 0.44% -
HSV(B) 14.29º 0.72% 0.68% -
XYZ 20.71 14.66 4.53 -
YUV 103.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 174 78 48 0 0.55 0.72 0.32 14.29 0.57 0.44
Hex AE 4E 30 0 37 48 20 E 39 2C
Octal 256 116 60 0 67 110 40 16 71 54
Binary 10101110 1001110 110000 0 110111 1001000 100000 1110 111001 101100

Color Harmonies of #AE4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4E30

Black with #AE4E30

Text Example


Text Example

White with #AE4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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