Html Css Color HEX #AE2118 Fire Brick

📋 copy color: '#AE2118'

red 174 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #AE2118

Tints of Fire Brick #AE2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

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

R = 75.32%
G = 14.29%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE2118 (or 0xAE2118) is known color: Fire Brick. HEX triplet: AE, 21 and 18. RGB value is (174,33,24). Sum of RGB (Red+Green+Blue) = 174+33+24=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2118 is #51DEE7. Grayscale: #4A4A4A. Windows color (decimal): -5365480 or 1581486. OLE color: 1581486.

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

Color convert

RGB 174 33 24 -
CMYK 0 0.81 0.86 0.32
HSL 3.6º 0.76% 0.39% -
HSV(B) 3.6º 0.86% 0.68% -
XYZ 18.16 10.15 1.87 -
YUV 74.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 174 33 24 0 0.81 0.86 0.32 3.6 0.76 0.39
Hex AE 21 18 0 51 56 20 4 4C 27
Octal 256 41 30 0 121 126 40 4 114 47
Binary 10101110 100001 11000 0 1010001 1010110 100000 100 1001100 100111

Color Harmonies of #AE2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2118

Black with #AE2118

Text Example


Text Example

White with #AE2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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