Shades of Fire Brick #A91908
Tints of Fire Brick #A91908
RGB
CMYK
RGB Variations
Color information
#A91908 (or 0xA91908) is known color: Fire Brick. HEX triplet: A9, 19 and 08. RGB value is (169,25,8). Sum of RGB (Red+Green+Blue) = 169+25+8=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A91908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91908 is #56E6F7. Grayscale: #424242. Windows color (decimal): -5695224 or 530857. OLE color: 530857.
HSL color Cylindrical-coordinate representation of color #A91908: hue angle of 6.34º 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 #A91908 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 8 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.34 |
| HSL | 6.34º | 0.91% | 0.35% | - |
| HSV(B) | 6.34º | 0.95% | 0.66% | - |
| XYZ | 16.75 | 9.15 | 1.11 | - |
| YUV | 66.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 8 | 0 | 0.85 | 0.95 | 0.34 | 6.34 | 0.91 | 0.35 |
| Hex | A9 | 19 | 8 | 0 | 55 | 5F | 22 | 6 | 5B | 23 |
| Octal | 251 | 31 | 10 | 0 | 125 | 137 | 42 | 6 | 133 | 43 |
| Binary | 10101001 | 11001 | 1000 | 0 | 1010101 | 1011111 | 100010 | 110 | 1011011 | 100011 |
Color Harmonies of #A91908
Complementary color
Monochromatic Colors of #A91908
Black with #A91908
Text Example
Text Example
White with #A91908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91908; }
p { color: rgb(169,25,8); }
H1.HeaderClassName
{
color: #A91908;
}
.AnyTagClassName
{
color: #A91908;
}
</style>
background-color css
<style>
a { background-color: #A91908; }
a { background-color: rgb(169,25,8); }
div.DivClassName
{
background-color: #A91908;
}
.BgClassName
{
background-color: #A91908;
}
</style>
border-color css
<style>
span { border-color: #A91908; }
span { border-color: rgb(169,25,8); }
td.TdClassName
{
border-color: #A91908;
}
.TagClassName
{
border-color: #A91908;
}
</style>