#AE2213

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

Shades of Fire Brick #AE2213

Tints of Fire Brick #AE2213

Color information

#AE2213 (or 0xAE2213) is unknown color: approx Fire Brick. HEX triplet: AE, 22 and 13. RGB value is (174,34,19). Sum of RGB (Red+Green+Blue) = 174+34+19=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2213 is #51DDEC. Grayscale: #4A4A4A. Windows color (decimal): -5365229 or 1254062. OLE color: 1254062.

HSL color Cylindrical-coordinate representation of color #AE2213: hue angle of 5.81º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE2213 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB1743419-
CMYK00.800.890.32
HSL5.81º80.31%37.84%-
HSV(B)5.81º89.08%68.24%-
XYZ18.1510.191.63-
YUV74.1596.88199.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.65%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=76.65%
G=14.98%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174341900.800.890.325.8180.3137.84
HexAE2213050592065026
Octal2564223012013140612046
Binary10101110100010100110101000010110011000001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2213; }

 p { color: rgb(174,34,19); }

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

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

 a { background-color: rgb(174,34,19); }

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

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

 span { border-color: rgb(174,34,19); }

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