#AE250C

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

Shades of Fire Brick #AE250C

Tints of Fire Brick #AE250C

Color information

#AE250C (or 0xAE250C) is unknown color: approx Fire Brick. HEX triplet: AE, 25 and 0C. RGB value is (174,37,12). Sum of RGB (Red+Green+Blue) = 174+37+12=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE250C is #51DAF3. Grayscale: #4B4B4B. Windows color (decimal): -5364468 or 796078. OLE color: 796078.

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

Color convert

RGB1743712-
CMYK00.790.930.32
HSL9.26º87.1%36.47%-
HSV(B)9.26º93.1%68.24%-
XYZ18.1810.351.39-
YUV75.1192.39198.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 78.03%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=78.03%
G=16.59%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174371200.790.930.329.2687.136.47
HexAE25C04F5D2095724
Octal25645140117135401112744
Binary10101110100101110001001111101110110000010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE250C; }

 p { color: rgb(174,37,12); }

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

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

 a { background-color: rgb(174,37,12); }

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

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

 span { border-color: rgb(174,37,12); }

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