Shades of Fire Brick #A81C03
Tints of Fire Brick #A81C03
RGB
CMYK
RGB Variations
Color information
#A81C03 (or 0xA81C03) is known color: Fire Brick. HEX triplet: A8, 1C and 03. RGB value is (168,28,3). Sum of RGB (Red+Green+Blue) = 168+28+3=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C03 is #57E3FC. Grayscale: #434343. Windows color (decimal): -5759997 or 203944. OLE color: 203944.
HSL color Cylindrical-coordinate representation of color #A81C03: hue angle of 9.09º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A81C03 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.34 |
| HSL | 9.09º | 0.96% | 0.34% | - |
| HSV(B) | 9.09º | 0.98% | 0.66% | - |
| XYZ | 16.58 | 9.16 | 0.98 | - |
| YUV | 67.01 | 91.88 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 3 | 0 | 0.83 | 0.98 | 0.34 | 9.09 | 0.96 | 0.34 |
| Hex | A8 | 1C | 3 | 0 | 53 | 62 | 22 | 9 | 60 | 22 |
| Octal | 250 | 34 | 3 | 0 | 123 | 142 | 42 | 11 | 140 | 42 |
| Binary | 10101000 | 11100 | 11 | 0 | 1010011 | 1100010 | 100010 | 1001 | 1100000 | 100010 |
Color Harmonies of #A81C03
Complementary color
Monochromatic Colors of #A81C03
Black with #A81C03
Text Example
Text Example
White with #A81C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C03; }
p { color: rgb(168,28,3); }
H1.HeaderClassName
{
color: #A81C03;
}
.AnyTagClassName
{
color: #A81C03;
}
</style>
background-color css
<style>
a { background-color: #A81C03; }
a { background-color: rgb(168,28,3); }
div.DivClassName
{
background-color: #A81C03;
}
.BgClassName
{
background-color: #A81C03;
}
</style>
border-color css
<style>
span { border-color: #A81C03; }
span { border-color: rgb(168,28,3); }
td.TdClassName
{
border-color: #A81C03;
}
.TagClassName
{
border-color: #A81C03;
}
</style>