Shades of Fire Brick #A81C01
Tints of Fire Brick #A81C01
RGB
CMYK
RGB Variations
Color information
#A81C01 (or 0xA81C01) is known color: Fire Brick. HEX triplet: A8, 1C and 01. RGB value is (168,28,1). Sum of RGB (Red+Green+Blue) = 168+28+1=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C01 is #57E3FE. Grayscale: #434343. Windows color (decimal): -5759999 or 72872. OLE color: 72872.
HSL color Cylindrical-coordinate representation of color #A81C01: hue angle of 9.7º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A81C01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.34 |
| HSL | 9.7º | 0.99% | 0.33% | - |
| HSV(B) | 9.7º | 0.99% | 0.66% | - |
| XYZ | 16.57 | 9.16 | 0.92 | - |
| YUV | 66.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 1 | 0 | 0.83 | 0.99 | 0.34 | 9.7 | 0.99 | 0.33 |
| Hex | A8 | 1C | 1 | 0 | 53 | 63 | 22 | A | 63 | 21 |
| Octal | 250 | 34 | 1 | 0 | 123 | 143 | 42 | 12 | 143 | 41 |
| Binary | 10101000 | 11100 | 1 | 0 | 1010011 | 1100011 | 100010 | 1010 | 1100011 | 100001 |
Color Harmonies of #A81C01
Complementary color
Monochromatic Colors of #A81C01
Black with #A81C01
Text Example
Text Example
White with #A81C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C01; }
p { color: rgb(168,28,1); }
H1.HeaderClassName
{
color: #A81C01;
}
.AnyTagClassName
{
color: #A81C01;
}
</style>
background-color css
<style>
a { background-color: #A81C01; }
a { background-color: rgb(168,28,1); }
div.DivClassName
{
background-color: #A81C01;
}
.BgClassName
{
background-color: #A81C01;
}
</style>
border-color css
<style>
span { border-color: #A81C01; }
span { border-color: rgb(168,28,1); }
td.TdClassName
{
border-color: #A81C01;
}
.TagClassName
{
border-color: #A81C01;
}
</style>