Shades of Fire Brick #A91D00
Tints of Fire Brick #A91D00
RGB
CMYK
RGB Variations
Color information
#A91D00 (or 0xA91D00) is known color: Fire Brick. HEX triplet: A9, 1D and 00. RGB value is (169,29,0). Sum of RGB (Red+Green+Blue) = 169+29+0=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91D00 is #56E2FF. Grayscale: #434343. Windows color (decimal): -5694208 or 7593. OLE color: 7593.
HSL color Cylindrical-coordinate representation of color #A91D00: hue angle of 10.3º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A91D00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 29 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.34 |
| HSL | 10.3º | 1% | 0.33% | - |
| HSV(B) | 10.3º | 1% | 0.66% | - |
| XYZ | 16.8 | 9.31 | 0.91 | - |
| YUV | 67.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 0 | 0 | 0.83 | 1 | 0.34 | 10.3 | 1 | 0.33 |
| Hex | A9 | 1D | 0 | 0 | 53 | 64 | 22 | A | 64 | 21 |
| Octal | 251 | 35 | 0 | 0 | 123 | 144 | 42 | 12 | 144 | 41 |
| Binary | 10101001 | 11101 | 0 | 0 | 1010011 | 1100100 | 100010 | 1010 | 1100100 | 100001 |
Color Harmonies of #A91D00
Complementary color
Monochromatic Colors of #A91D00
Black with #A91D00
Text Example
Text Example
White with #A91D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91D00; }
p { color: rgb(169,29,0); }
H1.HeaderClassName
{
color: #A91D00;
}
.AnyTagClassName
{
color: #A91D00;
}
</style>
background-color css
<style>
a { background-color: #A91D00; }
a { background-color: rgb(169,29,0); }
div.DivClassName
{
background-color: #A91D00;
}
.BgClassName
{
background-color: #A91D00;
}
</style>
border-color css
<style>
span { border-color: #A91D00; }
span { border-color: rgb(169,29,0); }
td.TdClassName
{
border-color: #A91D00;
}
.TagClassName
{
border-color: #A91D00;
}
</style>