#AE2813

Color #AE2813 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AE2813

Tints of Fire Brick #AE2813

Color information

#AE2813 (or 0xAE2813) is unknown color: approx 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

RGB1744019-
CMYK00.770.890.32
HSL8.13º80.31%37.84%-
HSV(B)8.13º89.08%68.24%-
XYZ18.3310.561.69-
YUV77.6794.89196.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174401900.770.890.328.1380.3137.84
HexAE281304D592085026
Octal25650230115131401012046
Binary101011101010001001101001101101100110000010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>