Shades of Fire Brick #A91508
Tints of Fire Brick #A91508
RGB
CMYK
RGB Variations
Color information
#A91508 (or 0xA91508) is known color: Fire Brick. HEX triplet: A9, 15 and 08. RGB value is (169,21,8). Sum of RGB (Red+Green+Blue) = 169+21+8=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A91508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91508 is #56EAF7. Grayscale: #3F3F3F. Windows color (decimal): -5696248 or 529833. OLE color: 529833.
HSL color Cylindrical-coordinate representation of color #A91508: hue angle of 4.84º 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 #A91508 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 8 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.34 |
| HSL | 4.84º | 0.91% | 0.35% | - |
| HSV(B) | 4.84º | 0.95% | 0.66% | - |
| XYZ | 16.67 | 8.99 | 1.09 | - |
| YUV | 63.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 8 | 0 | 0.88 | 0.95 | 0.34 | 4.84 | 0.91 | 0.35 |
| Hex | A9 | 15 | 8 | 0 | 58 | 5F | 22 | 5 | 5B | 23 |
| Octal | 251 | 25 | 10 | 0 | 130 | 137 | 42 | 5 | 133 | 43 |
| Binary | 10101001 | 10101 | 1000 | 0 | 1011000 | 1011111 | 100010 | 101 | 1011011 | 100011 |
Color Harmonies of #A91508
Complementary color
Monochromatic Colors of #A91508
Black with #A91508
Text Example
Text Example
White with #A91508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91508; }
p { color: rgb(169,21,8); }
H1.HeaderClassName
{
color: #A91508;
}
.AnyTagClassName
{
color: #A91508;
}
</style>
background-color css
<style>
a { background-color: #A91508; }
a { background-color: rgb(169,21,8); }
div.DivClassName
{
background-color: #A91508;
}
.BgClassName
{
background-color: #A91508;
}
</style>
border-color css
<style>
span { border-color: #A91508; }
span { border-color: rgb(169,21,8); }
td.TdClassName
{
border-color: #A91508;
}
.TagClassName
{
border-color: #A91508;
}
</style>