#AC210F

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

Shades of Fire Brick #AC210F

Tints of Fire Brick #AC210F

Color information

#AC210F (or 0xAC210F) is unknown color: approx Fire Brick. HEX triplet: AC, 21 and 0F. RGB value is (172,33,15). Sum of RGB (Red+Green+Blue) = 172+33+15=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC210F is #53DEF0. Grayscale: #484848. Windows color (decimal): -5496561 or 991660. OLE color: 991660.

HSL color Cylindrical-coordinate representation of color #AC210F: hue angle of 6.88º 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 #AC210F is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1723315-
CMYK00.810.910.33
HSL6.88º83.96%36.67%-
HSV(B)6.88º91.28%67.45%-
XYZ17.649.891.43-
YUV72.5195.55198.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.18%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=78.18%
G=15%
B=6.82%

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
Decimal172331500.810.910.336.8883.9636.67
HexAC21F0515B2175425
Octal2544117012113341712445
Binary1010110010000111110101000110110111000011111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC210F; }

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

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

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

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

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

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

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

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