Shades of Fire Brick #A82408
Tints of Fire Brick #A82408
RGB
CMYK
RGB Variations
Color information
#A82408 (or 0xA82408) is known color: Fire Brick. HEX triplet: A8, 24 and 08. RGB value is (168,36,8). Sum of RGB (Red+Green+Blue) = 168+36+8=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A82408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82408 is #57DBF7. Grayscale: #484848. Windows color (decimal): -5757944 or 533672. OLE color: 533672.
HSL color Cylindrical-coordinate representation of color #A82408: hue angle of 10.5º 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 #A82408 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 8 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.34 |
| HSL | 10.5º | 0.91% | 0.35% | - |
| HSV(B) | 10.5º | 0.95% | 0.66% | - |
| XYZ | 16.82 | 9.6 | 1.2 | - |
| YUV | 72.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 8 | 0 | 0.79 | 0.95 | 0.34 | 10.5 | 0.91 | 0.35 |
| Hex | A8 | 24 | 8 | 0 | 4F | 5F | 22 | A | 5B | 23 |
| Octal | 250 | 44 | 10 | 0 | 117 | 137 | 42 | 12 | 133 | 43 |
| Binary | 10101000 | 100100 | 1000 | 0 | 1001111 | 1011111 | 100010 | 1010 | 1011011 | 100011 |
Color Harmonies of #A82408
Complementary color
Monochromatic Colors of #A82408
Black with #A82408
Text Example
Text Example
White with #A82408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82408; }
p { color: rgb(168,36,8); }
H1.HeaderClassName
{
color: #A82408;
}
.AnyTagClassName
{
color: #A82408;
}
</style>
background-color css
<style>
a { background-color: #A82408; }
a { background-color: rgb(168,36,8); }
div.DivClassName
{
background-color: #A82408;
}
.BgClassName
{
background-color: #A82408;
}
</style>
border-color css
<style>
span { border-color: #A82408; }
span { border-color: rgb(168,36,8); }
td.TdClassName
{
border-color: #A82408;
}
.TagClassName
{
border-color: #A82408;
}
</style>