Html Css Color HEX #AE3118 Fire Brick

📋 copy color: '#AE3118'

red 174 ◦ green 49 ◦ blue 24

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

Shades of Fire Brick #AE3118

Tints of Fire Brick #AE3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 70.45%
G = 19.84%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE3118 (or 0xAE3118) is known color: Fire Brick. HEX triplet: AE, 31 and 18. RGB value is (174,49,24). Sum of RGB (Red+Green+Blue) = 174+49+24=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3118 is #51CEE7. Grayscale: #535353. Windows color (decimal): -5361384 or 1585582. OLE color: 1585582.

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

Color convert

RGB 174 49 24 -
CMYK 0 0.72 0.86 0.32
HSL 10º 0.76% 0.39% -
HSV(B) 10º 0.86% 0.68% -
XYZ 18.72 11.26 2.05 -
YUV 83.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 174 49 24 0 0.72 0.86 0.32 10 0.76 0.39
Hex AE 31 18 0 48 56 20 A 4C 27
Octal 256 61 30 0 110 126 40 12 114 47
Binary 10101110 110001 11000 0 1001000 1010110 100000 1010 1001100 100111

Color Harmonies of #AE3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3118

Black with #AE3118

Text Example


Text Example

White with #AE3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3118; }

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

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

background-color css

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

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

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

border-color css

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

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

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