Html Css Color HEX #AE1513 Fire Brick

📋 copy color: '#AE1513'

red 174 ◦ green 21 ◦ blue 19

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

Shades of Fire Brick #AE1513

Tints of Fire Brick #AE1513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 81.31%
G = 9.81%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE1513 (or 0xAE1513) is known color: Fire Brick. HEX triplet: AE, 15 and 13. RGB value is (174,21,19). Sum of RGB (Red+Green+Blue) = 174+21+19=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1513 is #51EAEC. Grayscale: #424242. Windows color (decimal): -5368557 or 1250734. OLE color: 1250734.

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

Color convert

RGB 174 21 19 -
CMYK 0 0.88 0.89 0.32
HSL 0.77º 0.8% 0.38% -
HSV(B) 0.77º 0.89% 0.68% -
XYZ 17.84 9.58 1.53 -
YUV 66.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 174 21 19 0 0.88 0.89 0.32 0.77 0.8 0.38
Hex AE 15 13 0 58 59 20 1 50 26
Octal 256 25 23 0 130 131 40 1 120 46
Binary 10101110 10101 10011 0 1011000 1011001 100000 1 1010000 100110

Color Harmonies of #AE1513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1513

Black with #AE1513

Text Example


Text Example

White with #AE1513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1513; }

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

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

background-color css

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

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

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

border-color css

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

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

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