Shades of Fire Brick #A91C1C
Tints of Fire Brick #A91C1C
RGB
CMYK
RGB Variations
Color information
#A91C1C (or 0xA91C1C) is known color: Fire Brick. HEX triplet: A9, 1C and 1C. RGB value is (169,28,28). Sum of RGB (Red+Green+Blue) = 169+28+28=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91C1C is #56E3E3. Grayscale: #464646. Windows color (decimal): -5694436 or 1842345. OLE color: 1842345.
HSL color Cylindrical-coordinate representation of color #A91C1C: hue angle of 0º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91C1C is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 28 | 28 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.34 |
| HSL | 0º | 0.72% | 0.39% | - |
| HSV(B) | 0º | 0.83% | 0.66% | - |
| XYZ | 16.99 | 9.35 | 2.01 | - |
| YUV | 70.16 | 104.21 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 28 | 0 | 0.83 | 0.83 | 0.34 | 0 | 0.72 | 0.39 |
| Hex | A9 | 1C | 1C | 0 | 53 | 53 | 22 | 0 | 48 | 27 |
| Octal | 251 | 34 | 34 | 0 | 123 | 123 | 42 | 0 | 110 | 47 |
| Binary | 10101001 | 11100 | 11100 | 0 | 1010011 | 1010011 | 100010 | 0 | 1001000 | 100111 |
Color Harmonies of #A91C1C
Complementary color
Monochromatic Colors of #A91C1C
Black with #A91C1C
Text Example
Text Example
White with #A91C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91C1C; }
p { color: rgb(169,28,28); }
H1.HeaderClassName
{
color: #A91C1C;
}
.AnyTagClassName
{
color: #A91C1C;
}
</style>
background-color css
<style>
a { background-color: #A91C1C; }
a { background-color: rgb(169,28,28); }
div.DivClassName
{
background-color: #A91C1C;
}
.BgClassName
{
background-color: #A91C1C;
}
</style>
border-color css
<style>
span { border-color: #A91C1C; }
span { border-color: rgb(169,28,28); }
td.TdClassName
{
border-color: #A91C1C;
}
.TagClassName
{
border-color: #A91C1C;
}
</style>