#AE2613

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

Shades of Fire Brick #AE2613

Tints of Fire Brick #AE2613

Color information

#AE2613 (or 0xAE2613) is unknown color: approx Fire Brick. HEX triplet: AE, 26 and 13. RGB value is (174,38,19). Sum of RGB (Red+Green+Blue) = 174+38+19=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2613 is #51D9EC. Grayscale: #4C4C4C. Windows color (decimal): -5364205 or 1255086. OLE color: 1255086.

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

Color convert

RGB1743819-
CMYK00.780.890.32
HSL7.35º80.31%37.84%-
HSV(B)7.35º89.08%68.24%-
XYZ18.2710.431.67-
YUV76.595.56197.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.32%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=75.32%
G=16.45%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174381900.780.890.327.3580.3137.84
HexAE261304E592075026
Octal2564623011613140712046
Binary10101110100110100110100111010110011000001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2613; }

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

 H1.HeaderClassName
 {
   color: #AE2613;
 }
 .AnyTagClassName
 {
   color: #AE2613;
 }
</style>
background-color css

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

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

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

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

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

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