Shades of Fire Brick #A91C02
Tints of Fire Brick #A91C02
RGB
CMYK
RGB Variations
Color information
#A91C02 (or 0xA91C02) is known color: Fire Brick. HEX triplet: A9, 1C and 02. RGB value is (169,28,2). Sum of RGB (Red+Green+Blue) = 169+28+2=199 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.92% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91C02 is #56E3FD. Grayscale: #434343. Windows color (decimal): -5694462 or 138409. OLE color: 138409.
HSL color Cylindrical-coordinate representation of color #A91C02: hue angle of 9.34º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A91C02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.34 |
| HSL | 9.34º | 0.98% | 0.34% | - |
| HSV(B) | 9.34º | 0.99% | 0.66% | - |
| XYZ | 16.79 | 9.27 | 0.96 | - |
| YUV | 67.2 | 91.21 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 2 | 0 | 0.83 | 0.99 | 0.34 | 9.34 | 0.98 | 0.34 |
| Hex | A9 | 1C | 2 | 0 | 53 | 63 | 22 | 9 | 62 | 22 |
| Octal | 251 | 34 | 2 | 0 | 123 | 143 | 42 | 11 | 142 | 42 |
| Binary | 10101001 | 11100 | 10 | 0 | 1010011 | 1100011 | 100010 | 1001 | 1100010 | 100010 |
Color Harmonies of #A91C02
Complementary color
Monochromatic Colors of #A91C02
Black with #A91C02
Text Example
Text Example
White with #A91C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91C02; }
p { color: rgb(169,28,2); }
H1.HeaderClassName
{
color: #A91C02;
}
.AnyTagClassName
{
color: #A91C02;
}
</style>
background-color css
<style>
a { background-color: #A91C02; }
a { background-color: rgb(169,28,2); }
div.DivClassName
{
background-color: #A91C02;
}
.BgClassName
{
background-color: #A91C02;
}
</style>
border-color css
<style>
span { border-color: #A91C02; }
span { border-color: rgb(169,28,2); }
td.TdClassName
{
border-color: #A91C02;
}
.TagClassName
{
border-color: #A91C02;
}
</style>