Html Css Color HEX #AE2313 Fire Brick

📋 copy color: '#AE2313'

red 174 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #AE2313

Tints of Fire Brick #AE2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 76.32%
G = 15.35%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE2313 (or 0xAE2313) is known color: Fire Brick. HEX triplet: AE, 23 and 13. RGB value is (174,35,19). Sum of RGB (Red+Green+Blue) = 174+35+19=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2313 is #51DCEC. Grayscale: #4A4A4A. Windows color (decimal): -5364973 or 1254318. OLE color: 1254318.

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

Color convert

RGB 174 35 19 -
CMYK 0 0.80 0.89 0.32
HSL 6.19º 0.8% 0.38% -
HSV(B) 6.19º 0.89% 0.68% -
XYZ 18.17 10.25 1.64 -
YUV 74.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 174 35 19 0 0.80 0.89 0.32 6.19 0.8 0.38
Hex AE 23 13 0 50 59 20 6 50 26
Octal 256 43 23 0 120 131 40 6 120 46
Binary 10101110 100011 10011 0 1010000 1011001 100000 110 1010000 100110

Color Harmonies of #AE2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2313

Black with #AE2313

Text Example


Text Example

White with #AE2313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2313; }

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

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

background-color css

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

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

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

border-color css

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

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

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