Shades of Fire Brick #A81E1B
Tints of Fire Brick #A81E1B
RGB
CMYK
RGB Variations
Color information
#A81E1B (or 0xA81E1B) is known color: Fire Brick. HEX triplet: A8, 1E and 1B. RGB value is (168,30,27). Sum of RGB (Red+Green+Blue) = 168+30+27=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81E1B is #57E1E4. Grayscale: #474747. Windows color (decimal): -5759461 or 1777320. OLE color: 1777320.
HSL color Cylindrical-coordinate representation of color #A81E1B: hue angle of 1.28º 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 #A81E1B is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 30 | 27 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.34 |
| HSL | 1.28º | 0.72% | 0.38% | - |
| HSV(B) | 1.28º | 0.84% | 0.66% | - |
| XYZ | 16.81 | 9.33 | 1.95 | - |
| YUV | 70.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 27 | 0 | 0.82 | 0.84 | 0.34 | 1.28 | 0.72 | 0.38 |
| Hex | A8 | 1E | 1B | 0 | 52 | 54 | 22 | 1 | 48 | 26 |
| Octal | 250 | 36 | 33 | 0 | 122 | 124 | 42 | 1 | 110 | 46 |
| Binary | 10101000 | 11110 | 11011 | 0 | 1010010 | 1010100 | 100010 | 1 | 1001000 | 100110 |
Color Harmonies of #A81E1B
Complementary color
Monochromatic Colors of #A81E1B
Black with #A81E1B
Text Example
Text Example
White with #A81E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81E1B; }
p { color: rgb(168,30,27); }
H1.HeaderClassName
{
color: #A81E1B;
}
.AnyTagClassName
{
color: #A81E1B;
}
</style>
background-color css
<style>
a { background-color: #A81E1B; }
a { background-color: rgb(168,30,27); }
div.DivClassName
{
background-color: #A81E1B;
}
.BgClassName
{
background-color: #A81E1B;
}
</style>
border-color css
<style>
span { border-color: #A81E1B; }
span { border-color: rgb(168,30,27); }
td.TdClassName
{
border-color: #A81E1B;
}
.TagClassName
{
border-color: #A81E1B;
}
</style>