#AE1B04

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

Shades of Fire Brick #AE1B04

Tints of Fire Brick #AE1B04

Color information

#AE1B04 (or 0xAE1B04) is unknown color: approx Fire Brick. HEX triplet: AE, 1B and 04. RGB value is (174,27,4). Sum of RGB (Red+Green+Blue) = 174+27+4=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1B04 is #51E4FB. Grayscale: #444444. Windows color (decimal): -5367036 or 269230. OLE color: 269230.

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

Color convert

RGB174274-
CMYK00.840.980.32
HSL8.12º95.51%34.9%-
HSV(B)8.12º97.7%68.24%-
XYZ17.879.791.06-
YUV68.3391.7203.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.88%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=84.88%
G=13.17%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17427400.840.980.328.1295.5134.9
HexAE1B4054622086023
Octal2563340124142401014043
Binary101011101101110001010100110001010000010001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B04; }

 p { color: rgb(174,27,4); }

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

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

 a { background-color: rgb(174,27,4); }

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

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

 span { border-color: rgb(174,27,4); }

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