Html Css Color HEX #AE1313 Fire Brick

📋 copy color: '#AE1313'

red 174 ◦ green 19 ◦ blue 19

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

Shades of Fire Brick #AE1313

Tints of Fire Brick #AE1313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 82.08%
G = 8.96%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE1313 (or 0xAE1313) is known color: Fire Brick. HEX triplet: AE, 13 and 13. RGB value is (174,19,19). Sum of RGB (Red+Green+Blue) = 174+19+19=212 (28% of max value = 765). Red value is 174 (68.36% from 255 or 82.08% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1313 is #51ECEC. Grayscale: #414141. Windows color (decimal): -5369069 or 1250222. OLE color: 1250222.

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

Color convert

RGB 174 19 19 -
CMYK 0 0.89 0.89 0.32
HSL 0.8% 0.38% -
HSV(B) 0.89% 0.68% -
XYZ 17.81 9.51 1.51 -
YUV 65.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 174 19 19 0 0.89 0.89 0.32 0 0.8 0.38
Hex AE 13 13 0 59 59 20 0 50 26
Octal 256 23 23 0 131 131 40 0 120 46
Binary 10101110 10011 10011 0 1011001 1011001 100000 0 1010000 100110

Color Harmonies of #AE1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1313

Black with #AE1313

Text Example


Text Example

White with #AE1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1313; }

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

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

background-color css

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

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

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

border-color css

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

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

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