Shades of Fire Brick #A81C1A
Tints of Fire Brick #A81C1A
RGB
CMYK
RGB Variations
Color information
#A81C1A (or 0xA81C1A) is known color: Fire Brick. HEX triplet: A8, 1C and 1A. RGB value is (168,28,26). Sum of RGB (Red+Green+Blue) = 168+28+26=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81C1A is #57E3E5. Grayscale: #454545. Windows color (decimal): -5759974 or 1711272. OLE color: 1711272.
HSL color Cylindrical-coordinate representation of color #A81C1A: hue angle of 0.85º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81C1A is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 26 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.34 |
| HSL | 0.85º | 0.73% | 0.38% | - |
| HSV(B) | 0.85º | 0.85% | 0.66% | - |
| XYZ | 16.75 | 9.23 | 1.88 | - |
| YUV | 69.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 26 | 0 | 0.83 | 0.85 | 0.34 | 0.85 | 0.73 | 0.38 |
| Hex | A8 | 1C | 1A | 0 | 53 | 55 | 22 | 1 | 49 | 26 |
| Octal | 250 | 34 | 32 | 0 | 123 | 125 | 42 | 1 | 111 | 46 |
| Binary | 10101000 | 11100 | 11010 | 0 | 1010011 | 1010101 | 100010 | 1 | 1001001 | 100110 |
Color Harmonies of #A81C1A
Complementary color
Monochromatic Colors of #A81C1A
Black with #A81C1A
Text Example
Text Example
White with #A81C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C1A; }
p { color: rgb(168,28,26); }
H1.HeaderClassName
{
color: #A81C1A;
}
.AnyTagClassName
{
color: #A81C1A;
}
</style>
background-color css
<style>
a { background-color: #A81C1A; }
a { background-color: rgb(168,28,26); }
div.DivClassName
{
background-color: #A81C1A;
}
.BgClassName
{
background-color: #A81C1A;
}
</style>
border-color css
<style>
span { border-color: #A81C1A; }
span { border-color: rgb(168,28,26); }
td.TdClassName
{
border-color: #A81C1A;
}
.TagClassName
{
border-color: #A81C1A;
}
</style>