#AE1C06

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

Shades of Fire Brick #AE1C06

Tints of Fire Brick #AE1C06

Color information

#AE1C06 (or 0xAE1C06) is unknown color: approx Fire Brick. HEX triplet: AE, 1C and 06. RGB value is (174,28,6). Sum of RGB (Red+Green+Blue) = 174+28+6=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1C06 is #51E3F9. Grayscale: #454545. Windows color (decimal): -5366778 or 400558. OLE color: 400558.

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

Color convert

RGB174286-
CMYK00.840.970.32
HSL7.86º93.33%35.29%-
HSV(B)7.86º96.55%68.24%-
XYZ17.99.841.13-
YUV69.1592.37202.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 83.65%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 6 (2.73% from 255) = 2.88%
R=83.65%
G=13.46%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17428600.840.970.327.8693.3335.29
HexAE1C6054612085d23
Octal2563460124141401013543
Binary101011101110011001010100110000110000010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C06; }

 p { color: rgb(174,28,6); }

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

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

 a { background-color: rgb(174,28,6); }

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

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

 span { border-color: rgb(174,28,6); }

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