#AC200F

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

Shades of Fire Brick #AC200F

Tints of Fire Brick #AC200F

Color information

#AC200F (or 0xAC200F) is unknown color: approx Fire Brick. HEX triplet: AC, 20 and 0F. RGB value is (172,32,15). Sum of RGB (Red+Green+Blue) = 172+32+15=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC200F is #53DFF0. Grayscale: #484848. Windows color (decimal): -5496817 or 991404. OLE color: 991404.

HSL color Cylindrical-coordinate representation of color #AC200F: hue angle of 6.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC200F is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1723215-
CMYK00.810.910.33
HSL6.5º83.96%36.67%-
HSV(B)6.5º91.28%67.45%-
XYZ17.629.841.42-
YUV71.9295.88199.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.54%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=78.54%
G=14.61%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172321500.810.910.336.583.9636.67
HexAC20F0515B2165425
Octal2544017012113341612445
Binary1010110010000011110101000110110111000011101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC200F; }

 p { color: rgb(172,32,15); }

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

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

 a { background-color: rgb(172,32,15); }

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

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

 span { border-color: rgb(172,32,15); }

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