Shades of Fire Brick #A81C1B
Tints of Fire Brick #A81C1B
RGB
CMYK
RGB Variations
Color information
#A81C1B (or 0xA81C1B) is known color: Fire Brick. HEX triplet: A8, 1C and 1B. RGB value is (168,28,27). Sum of RGB (Red+Green+Blue) = 168+28+27=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81C1B is #57E3E4. Grayscale: #454545. Windows color (decimal): -5759973 or 1776808. OLE color: 1776808.
HSL color Cylindrical-coordinate representation of color #A81C1B: hue angle of 0.43º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81C1B is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 27 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.34 |
| HSL | 0.43º | 0.72% | 0.38% | - |
| HSV(B) | 0.43º | 0.84% | 0.66% | - |
| XYZ | 16.76 | 9.23 | 1.94 | - |
| YUV | 69.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 27 | 0 | 0.83 | 0.84 | 0.34 | 0.43 | 0.72 | 0.38 |
| Hex | A8 | 1C | 1B | 0 | 53 | 54 | 22 | 0 | 48 | 26 |
| Octal | 250 | 34 | 33 | 0 | 123 | 124 | 42 | 0 | 110 | 46 |
| Binary | 10101000 | 11100 | 11011 | 0 | 1010011 | 1010100 | 100010 | 0 | 1001000 | 100110 |
Color Harmonies of #A81C1B
Complementary color
Monochromatic Colors of #A81C1B
Black with #A81C1B
Text Example
Text Example
White with #A81C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C1B; }
p { color: rgb(168,28,27); }
H1.HeaderClassName
{
color: #A81C1B;
}
.AnyTagClassName
{
color: #A81C1B;
}
</style>
background-color css
<style>
a { background-color: #A81C1B; }
a { background-color: rgb(168,28,27); }
div.DivClassName
{
background-color: #A81C1B;
}
.BgClassName
{
background-color: #A81C1B;
}
</style>
border-color css
<style>
span { border-color: #A81C1B; }
span { border-color: rgb(168,28,27); }
td.TdClassName
{
border-color: #A81C1B;
}
.TagClassName
{
border-color: #A81C1B;
}
</style>