Shades of Fire Brick #A81C02
Tints of Fire Brick #A81C02
RGB
CMYK
RGB Variations
Color information
#A81C02 (or 0xA81C02) is known color: Fire Brick. HEX triplet: A8, 1C and 02. RGB value is (168,28,2). Sum of RGB (Red+Green+Blue) = 168+28+2=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C02 is #57E3FD. Grayscale: #434343. Windows color (decimal): -5759998 or 138408. OLE color: 138408.
HSL color Cylindrical-coordinate representation of color #A81C02: hue angle of 9.4º degrees, saturation: 0.98, 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 #A81C02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.34 |
| HSL | 9.4º | 0.98% | 0.33% | - |
| HSV(B) | 9.4º | 0.99% | 0.66% | - |
| XYZ | 16.57 | 9.16 | 0.95 | - |
| YUV | 66.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 2 | 0 | 0.83 | 0.99 | 0.34 | 9.4 | 0.98 | 0.33 |
| Hex | A8 | 1C | 2 | 0 | 53 | 63 | 22 | 9 | 62 | 21 |
| Octal | 250 | 34 | 2 | 0 | 123 | 143 | 42 | 11 | 142 | 41 |
| Binary | 10101000 | 11100 | 10 | 0 | 1010011 | 1100011 | 100010 | 1001 | 1100010 | 100001 |
Color Harmonies of #A81C02
Complementary color
Monochromatic Colors of #A81C02
Black with #A81C02
Text Example
Text Example
White with #A81C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C02; }
p { color: rgb(168,28,2); }
H1.HeaderClassName
{
color: #A81C02;
}
.AnyTagClassName
{
color: #A81C02;
}
</style>
background-color css
<style>
a { background-color: #A81C02; }
a { background-color: rgb(168,28,2); }
div.DivClassName
{
background-color: #A81C02;
}
.BgClassName
{
background-color: #A81C02;
}
</style>
border-color css
<style>
span { border-color: #A81C02; }
span { border-color: rgb(168,28,2); }
td.TdClassName
{
border-color: #A81C02;
}
.TagClassName
{
border-color: #A81C02;
}
</style>