Html Css Color HEX #AE1811 Fire Brick

📋 copy color: '#AE1811'

red 174 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #AE1811

Tints of Fire Brick #AE1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 17 (7.03% from 255) = 7.91%

R = 80.93%
G = 11.16%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE1811 (or 0xAE1811) is known color: Fire Brick. HEX triplet: AE, 18 and 11. RGB value is (174,24,17). Sum of RGB (Red+Green+Blue) = 174+24+17=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1811 is #51E7EE. Grayscale: #444444. Windows color (decimal): -5367791 or 1120430. OLE color: 1120430.

HSL color Cylindrical-coordinate representation of color #AE1811: hue angle of 2.68º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1811 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 17 -
CMYK 0 0.86 0.90 0.32
HSL 2.68º 0.82% 0.37% -
HSV(B) 2.68º 0.9% 0.68% -
XYZ 17.88 9.69 1.46 -
YUV 68.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 174 24 17 0 0.86 0.90 0.32 2.68 0.82 0.37
Hex AE 18 11 0 56 5A 20 3 52 25
Octal 256 30 21 0 126 132 40 3 122 45
Binary 10101110 11000 10001 0 1010110 1011010 100000 11 1010010 100101

Color Harmonies of #AE1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1811

Black with #AE1811

Text Example


Text Example

White with #AE1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1811; }

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

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

background-color css

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

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

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

border-color css

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

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

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