Shades of Fire Brick #A81C0F
Tints of Fire Brick #A81C0F
RGB
CMYK
RGB Variations
Color information
#A81C0F (or 0xA81C0F) is known color: Fire Brick. HEX triplet: A8, 1C and 0F. RGB value is (168,28,15). Sum of RGB (Red+Green+Blue) = 168+28+15=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C0F is #57E3F0. Grayscale: #444444. Windows color (decimal): -5759985 or 990376. OLE color: 990376.
HSL color Cylindrical-coordinate representation of color #A81C0F: hue angle of 5.1º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A81C0F is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 15 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.34 |
| HSL | 5.1º | 0.84% | 0.36% | - |
| HSV(B) | 5.1º | 0.91% | 0.66% | - |
| XYZ | 16.65 | 9.19 | 1.35 | - |
| YUV | 68.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 15 | 0 | 0.83 | 0.91 | 0.34 | 5.1 | 0.84 | 0.36 |
| Hex | A8 | 1C | F | 0 | 53 | 5B | 22 | 5 | 54 | 24 |
| Octal | 250 | 34 | 17 | 0 | 123 | 133 | 42 | 5 | 124 | 44 |
| Binary | 10101000 | 11100 | 1111 | 0 | 1010011 | 1011011 | 100010 | 101 | 1010100 | 100100 |
Color Harmonies of #A81C0F
Complementary color
Monochromatic Colors of #A81C0F
Black with #A81C0F
Text Example
Text Example
White with #A81C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C0F; }
p { color: rgb(168,28,15); }
H1.HeaderClassName
{
color: #A81C0F;
}
.AnyTagClassName
{
color: #A81C0F;
}
</style>
background-color css
<style>
a { background-color: #A81C0F; }
a { background-color: rgb(168,28,15); }
div.DivClassName
{
background-color: #A81C0F;
}
.BgClassName
{
background-color: #A81C0F;
}
</style>
border-color css
<style>
span { border-color: #A81C0F; }
span { border-color: rgb(168,28,15); }
td.TdClassName
{
border-color: #A81C0F;
}
.TagClassName
{
border-color: #A81C0F;
}
</style>