#a82207

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

Shades of Fire Brick #A82207

Tints of Fire Brick #A82207

Color information

#A82207 (or 0xA82207) is unknown color: approx Fire Brick. HEX triplet: A8, 22 and 07. RGB value is (168,34,7). Sum of RGB (Red+Green+Blue) = 168+34+7=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A82207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82207 is #57DDF8. Grayscale: #474747. Windows color (decimal): -5758457 or 467624. OLE color: 467624.

HSL color Cylindrical-coordinate representation of color #A82207: hue angle of 10.06º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A82207 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB168347-
CMYK00.800.960.34
HSL10.06º92%34.31%-
HSV(B)10.06º95.83%65.88%-
XYZ16.769.481.15-
YUV70.9991.89197.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 80.38%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=80.38%
G=16.27%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16834700.800.960.3410.069234.31
HexA82270506022a5c22
Octal2504270120140421213442
Binary1010100010001011101010000110000010001010101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82207; }

 p { color: rgb(168,34,7); }

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

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

 a { background-color: rgb(168,34,7); }

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

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

 span { border-color: rgb(168,34,7); }

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