#AE200C

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

Shades of Fire Brick #AE200C

Tints of Fire Brick #AE200C

Color information

#AE200C (or 0xAE200C) is unknown color: approx Fire Brick. HEX triplet: AE, 20 and 0C. RGB value is (174,32,12). Sum of RGB (Red+Green+Blue) = 174+32+12=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE200C is #51DFF3. Grayscale: #484848. Windows color (decimal): -5365748 or 794798. OLE color: 794798.

HSL color Cylindrical-coordinate representation of color #AE200C: hue angle of 7.41º 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 #AE200C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB1743212-
CMYK00.820.930.32
HSL7.41º87.1%36.47%-
HSV(B)7.41º93.1%68.24%-
XYZ18.0410.061.34-
YUV72.1894.04200.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.82%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=79.82%
G=14.68%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174321200.820.930.327.4187.136.47
HexAE20C0525D2075724
Octal2564014012213540712744
Binary1010111010000011000101001010111011000001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE200C; }

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

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

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

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

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

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

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

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