Shades of Fire Brick #A81D1B
Tints of Fire Brick #A81D1B
RGB
CMYK
RGB Variations
Color information
#A81D1B (or 0xA81D1B) is known color: Fire Brick. HEX triplet: A8, 1D and 1B. RGB value is (168,29,27). Sum of RGB (Red+Green+Blue) = 168+29+27=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81D1B is #57E2E4. Grayscale: #464646. Windows color (decimal): -5759717 or 1777064. OLE color: 1777064.
HSL color Cylindrical-coordinate representation of color #A81D1B: hue angle of 0.85º 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 #A81D1B is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 29 | 27 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.34 |
| HSL | 0.85º | 0.72% | 0.38% | - |
| HSV(B) | 0.85º | 0.84% | 0.66% | - |
| XYZ | 16.79 | 9.28 | 1.94 | - |
| YUV | 70.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 27 | 0 | 0.83 | 0.84 | 0.34 | 0.85 | 0.72 | 0.38 |
| Hex | A8 | 1D | 1B | 0 | 53 | 54 | 22 | 1 | 48 | 26 |
| Octal | 250 | 35 | 33 | 0 | 123 | 124 | 42 | 1 | 110 | 46 |
| Binary | 10101000 | 11101 | 11011 | 0 | 1010011 | 1010100 | 100010 | 1 | 1001000 | 100110 |
Color Harmonies of #A81D1B
Complementary color
Monochromatic Colors of #A81D1B
Black with #A81D1B
Text Example
Text Example
White with #A81D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81D1B; }
p { color: rgb(168,29,27); }
H1.HeaderClassName
{
color: #A81D1B;
}
.AnyTagClassName
{
color: #A81D1B;
}
</style>
background-color css
<style>
a { background-color: #A81D1B; }
a { background-color: rgb(168,29,27); }
div.DivClassName
{
background-color: #A81D1B;
}
.BgClassName
{
background-color: #A81D1B;
}
</style>
border-color css
<style>
span { border-color: #A81D1B; }
span { border-color: rgb(168,29,27); }
td.TdClassName
{
border-color: #A81D1B;
}
.TagClassName
{
border-color: #A81D1B;
}
</style>