#AC280E

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

Shades of Fire Brick #AC280E

Tints of Fire Brick #AC280E

Color information

#AC280E (or 0xAC280E) is unknown color: approx Fire Brick. HEX triplet: AC, 28 and 0E. RGB value is (172,40,14). Sum of RGB (Red+Green+Blue) = 172+40+14=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC280E is #53D7F1. Grayscale: #4C4C4C. Windows color (decimal): -5494770 or 927916. OLE color: 927916.

HSL color Cylindrical-coordinate representation of color #AC280E: hue angle of 9.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC280E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1724014-
CMYK00.770.920.33
HSL9.87º84.95%36.47%-
HSV(B)9.87º91.86%67.45%-
XYZ17.8510.321.47-
YUV76.592.73196.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.11%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 14 (5.86% from 255) = 6.19%
R=76.11%
G=17.70%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172401400.770.920.339.8784.9536.47
HexAC28E04D5C21a5524
Octal25450160115134411212544
Binary10101100101000111001001101101110010000110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC280E; }

 p { color: rgb(172,40,14); }

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

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

 a { background-color: rgb(172,40,14); }

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

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

 span { border-color: rgb(172,40,14); }

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