#A7200F

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

Shades of Fire Brick #A7200F

Tints of Fire Brick #A7200F

Color information

#A7200F (or 0xA7200F) is unknown color: approx Fire Brick. HEX triplet: A7, 20 and 0F. RGB value is (167,32,15). Sum of RGB (Red+Green+Blue) = 167+32+15=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A7200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7200F is #58DFF0. Grayscale: #464646. Windows color (decimal): -5824497 or 991399. OLE color: 991399.

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

Color convert

RGB1673215-
CMYK00.810.910.35
HSL6.71º83.52%35.69%-
HSV(B)6.71º91.02%65.49%-
XYZ16.549.281.37-
YUV70.4396.73196.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 78.04%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 15 (6.25% from 255) = 7.01%
R=78.04%
G=14.95%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167321500.810.910.356.7183.5235.69
HexA720F0515B2375424
Octal2474017012113343712444
Binary1010011110000011110101000110110111000111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7200F; }

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

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

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

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

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

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

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

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