#AE2411

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

Shades of Fire Brick #AE2411

Tints of Fire Brick #AE2411

Color information

#AE2411 (or 0xAE2411) is unknown color: approx Fire Brick. HEX triplet: AE, 24 and 11. RGB value is (174,36,17). Sum of RGB (Red+Green+Blue) = 174+36+17=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2411 is #51DBEE. Grayscale: #4B4B4B. Windows color (decimal): -5364719 or 1123502. OLE color: 1123502.

HSL color Cylindrical-coordinate representation of color #AE2411: hue angle of 7.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE2411 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1743617-
CMYK00.790.900.32
HSL7.26º82.2%37.45%-
HSV(B)7.26º90.23%68.24%-
XYZ18.1910.31.56-
YUV75.195.22198.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.65%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=76.65%
G=15.86%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174361700.790.900.327.2682.237.45
HexAE241104F5A2075225
Octal2564421011713240712245
Binary10101110100100100010100111110110101000001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2411; }

 p { color: rgb(174,36,17); }

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

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

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

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

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

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

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