Html Css Color HEX #AE1813 Fire Brick

📋 copy color: '#AE1813'

red 174 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #AE1813

Tints of Fire Brick #AE1813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 80.18%
G = 11.06%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE1813 (or 0xAE1813) is known color: Fire Brick. HEX triplet: AE, 18 and 13. RGB value is (174,24,19). Sum of RGB (Red+Green+Blue) = 174+24+19=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1813 is #51E7EC. Grayscale: #444444. Windows color (decimal): -5367789 or 1251502. OLE color: 1251502.

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

Color convert

RGB 174 24 19 -
CMYK 0 0.86 0.89 0.32
HSL 1.94º 0.8% 0.38% -
HSV(B) 1.94º 0.89% 0.68% -
XYZ 17.9 9.7 1.54 -
YUV 68.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 174 24 19 0 0.86 0.89 0.32 1.94 0.8 0.38
Hex AE 18 13 0 56 59 20 2 50 26
Octal 256 30 23 0 126 131 40 2 120 46
Binary 10101110 11000 10011 0 1010110 1011001 100000 10 1010000 100110

Color Harmonies of #AE1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1813

Black with #AE1813

Text Example


Text Example

White with #AE1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1813; }

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

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

background-color css

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

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

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

border-color css

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

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

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