#A7200B

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

Shades of Fire Brick #A7200B

Tints of Fire Brick #A7200B

Color information

#A7200B (or 0xA7200B) is unknown color: approx Fire Brick. HEX triplet: A7, 20 and 0B. RGB value is (167,32,11). Sum of RGB (Red+Green+Blue) = 167+32+11=210 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.52% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 167 - color contains mainly: red. Hex color #A7200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7200B is #58DFF4. Grayscale: #464646. Windows color (decimal): -5824501 or 729255. OLE color: 729255.

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

Color convert

RGB1673211-
CMYK00.810.930.35
HSL8.08º87.64%34.9%-
HSV(B)8.08º93.41%65.49%-
XYZ16.519.271.24-
YUV69.9794.73197.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 79.52%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=79.52%
G=15.24%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167321100.810.930.358.0887.6434.9
HexA720B0515D2385823
Octal24740130121135431013043
Binary10100111100000101101010001101110110001110001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7200B; }

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

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

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

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

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

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

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

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