#A82508

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

Shades of Fire Brick #A82508

Tints of Fire Brick #A82508

Color information

#A82508 (or 0xA82508) is unknown color: approx Fire Brick. HEX triplet: A8, 25 and 08. RGB value is (168,37,8). Sum of RGB (Red+Green+Blue) = 168+37+8=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A82508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82508 is #57DAF7. Grayscale: #494949. Windows color (decimal): -5757688 or 533928. OLE color: 533928.

HSL color Cylindrical-coordinate representation of color #A82508: hue angle of 10.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A82508 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB168378-
CMYK00.780.950.34
HSL10.88º90.91%34.51%-
HSV(B)10.88º95.24%65.88%-
XYZ16.859.671.21-
YUV72.8691.4195.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 78.87%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 8 (3.52% from 255) = 3.76%
R=78.87%
G=17.37%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16837800.780.950.3410.8890.9134.51
HexA825804E5F22b5b23
Octal25045100116137421313343
Binary10101000100101100001001110101111110001010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82508; }

 p { color: rgb(168,37,8); }

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

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

 a { background-color: rgb(168,37,8); }

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

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

 span { border-color: rgb(168,37,8); }

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