#AE2410

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

Shades of Fire Brick #AE2410

Tints of Fire Brick #AE2410

Color information

#AE2410 (or 0xAE2410) is unknown color: approx Fire Brick. HEX triplet: AE, 24 and 10. RGB value is (174,36,16). Sum of RGB (Red+Green+Blue) = 174+36+16=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2410 is #51DBEF. Grayscale: #4B4B4B. Windows color (decimal): -5364720 or 1057966. OLE color: 1057966.

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

Color convert

RGB1743616-
CMYK00.790.910.32
HSL7.59º83.16%37.25%-
HSV(B)7.59º90.8%68.24%-
XYZ18.1810.31.52-
YUV74.9894.72198.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.99%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=76.99%
G=15.93%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174361600.790.910.327.5983.1637.25
HexAE241004F5B2085325
Octal25644200117133401012345
Binary101011101001001000001001111101101110000010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2410; }

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

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

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

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

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

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

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

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