#AE1907

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

Shades of Fire Brick #AE1907

Tints of Fire Brick #AE1907

Color information

#AE1907 (or 0xAE1907) is unknown color: approx Fire Brick. HEX triplet: AE, 19 and 07. RGB value is (174,25,7). Sum of RGB (Red+Green+Blue) = 174+25+7=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1907 is #51E6F8. Grayscale: #434343. Windows color (decimal): -5367545 or 465326. OLE color: 465326.

HSL color Cylindrical-coordinate representation of color #AE1907: hue angle of 6.47º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE1907 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB174257-
CMYK00.860.960.32
HSL6.47º92.27%35.49%-
HSV(B)6.47º95.98%68.24%-
XYZ17.849.711.13-
YUV67.593.86203.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.47%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 7 (3.12% from 255) = 3.40%
R=84.47%
G=12.14%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17425700.860.960.326.4792.2735.49
HexAE197056602065c23
Octal256317012614040613443
Binary10101110110011110101011011000001000001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1907; }

 p { color: rgb(174,25,7); }

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

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

 a { background-color: rgb(174,25,7); }

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

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

 span { border-color: rgb(174,25,7); }

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