Html Css Color HEX #AE1919 Fire Brick

📋 copy color: '#AE1919'

red 174 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #AE1919

Tints of Fire Brick #AE1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 77.68%
G = 11.16%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE1919 (or 0xAE1919) is known color: Fire Brick. HEX triplet: AE, 19 and 19. RGB value is (174,25,25). Sum of RGB (Red+Green+Blue) = 174+25+25=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1919 is #51E6E6. Grayscale: #454545. Windows color (decimal): -5367527 or 1644974. OLE color: 1644974.

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

Color convert

RGB 174 25 25 -
CMYK 0 0.86 0.86 0.32
HSL 0.75% 0.39% -
HSV(B) 0.86% 0.68% -
XYZ 17.98 9.76 1.86 -
YUV 69.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 174 25 25 0 0.86 0.86 0.32 0 0.75 0.39
Hex AE 19 19 0 56 56 20 0 4B 27
Octal 256 31 31 0 126 126 40 0 113 47
Binary 10101110 11001 11001 0 1010110 1010110 100000 0 1001011 100111

Color Harmonies of #AE1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1919

Black with #AE1919

Text Example


Text Example

White with #AE1919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1919; }

 p { color: rgb(174,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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