Shades of Fire Brick #A91C00
Tints of Fire Brick #A91C00
RGB
CMYK
RGB Variations
Color information
#A91C00 (or 0xA91C00) is known color: Fire Brick. HEX triplet: A9, 1C and 00. RGB value is (169,28,0). Sum of RGB (Red+Green+Blue) = 169+28+0=197 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.79% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91C00 is #56E3FF. Grayscale: #434343. Windows color (decimal): -5694464 or 7337. OLE color: 7337.
HSL color Cylindrical-coordinate representation of color #A91C00: hue angle of 9.94º 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 #A91C00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.34 |
| HSL | 9.94º | 1% | 0.33% | - |
| HSV(B) | 9.94º | 1% | 0.66% | - |
| XYZ | 16.78 | 9.27 | 0.9 | - |
| YUV | 66.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 0 | 0 | 0.83 | 1 | 0.34 | 9.94 | 1 | 0.33 |
| Hex | A9 | 1C | 0 | 0 | 53 | 64 | 22 | A | 64 | 21 |
| Octal | 251 | 34 | 0 | 0 | 123 | 144 | 42 | 12 | 144 | 41 |
| Binary | 10101001 | 11100 | 0 | 0 | 1010011 | 1100100 | 100010 | 1010 | 1100100 | 100001 |
Color Harmonies of #A91C00
Complementary color
Monochromatic Colors of #A91C00
Black with #A91C00
Text Example
Text Example
White with #A91C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91C00; }
p { color: rgb(169,28,0); }
H1.HeaderClassName
{
color: #A91C00;
}
.AnyTagClassName
{
color: #A91C00;
}
</style>
background-color css
<style>
a { background-color: #A91C00; }
a { background-color: rgb(169,28,0); }
div.DivClassName
{
background-color: #A91C00;
}
.BgClassName
{
background-color: #A91C00;
}
</style>
border-color css
<style>
span { border-color: #A91C00; }
span { border-color: rgb(169,28,0); }
td.TdClassName
{
border-color: #A91C00;
}
.TagClassName
{
border-color: #A91C00;
}
</style>