Html Css Color HEX #AE2813 Fire Brick

📋 copy color: '#AE2813'

red 174 ◦ green 40 ◦ blue 19

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

Shades of Fire Brick #AE2813

Tints of Fire Brick #AE2813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 74.68%
G = 17.17%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE2813 (or 0xAE2813) is known color: Fire Brick. HEX triplet: AE, 28 and 13. RGB value is (174,40,19). Sum of RGB (Red+Green+Blue) = 174+40+19=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2813 is #51D7EC. Grayscale: #4D4D4D. Windows color (decimal): -5363693 or 1255598. OLE color: 1255598.

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

Color convert

RGB 174 40 19 -
CMYK 0 0.77 0.89 0.32
HSL 8.13º 0.8% 0.38% -
HSV(B) 8.13º 0.89% 0.68% -
XYZ 18.33 10.56 1.69 -
YUV 77.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 174 40 19 0 0.77 0.89 0.32 8.13 0.8 0.38
Hex AE 28 13 0 4D 59 20 8 50 26
Octal 256 50 23 0 115 131 40 10 120 46
Binary 10101110 101000 10011 0 1001101 1011001 100000 1000 1010000 100110

Color Harmonies of #AE2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2813

Black with #AE2813

Text Example


Text Example

White with #AE2813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2813; }

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

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

background-color css

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

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

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

border-color css

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

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

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