Shades of Fire Brick #A21F0A
Tints of Fire Brick #A21F0A
RGB
CMYK
RGB Variations
Color information
#A21F0A (or 0xA21F0A) is known color: Fire Brick. HEX triplet: A2, 1F and 0A. RGB value is (162,31,10). Sum of RGB (Red+Green+Blue) = 162+31+10=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F0A is #5DE0F5. Grayscale: #434343. Windows color (decimal): -6152438 or 663458. OLE color: 663458.
HSL color Cylindrical-coordinate representation of color #A21F0A: hue angle of 8.29º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A21F0A is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 10 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.36 |
| HSL | 8.29º | 0.88% | 0.34% | - |
| HSV(B) | 8.29º | 0.94% | 0.64% | - |
| XYZ | 15.45 | 8.68 | 1.15 | - |
| YUV | 67.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 10 | 0 | 0.81 | 0.94 | 0.36 | 8.29 | 0.88 | 0.34 |
| Hex | A2 | 1F | A | 0 | 51 | 5E | 24 | 8 | 58 | 22 |
| Octal | 242 | 37 | 12 | 0 | 121 | 136 | 44 | 10 | 130 | 42 |
| Binary | 10100010 | 11111 | 1010 | 0 | 1010001 | 1011110 | 100100 | 1000 | 1011000 | 100010 |
Color Harmonies of #A21F0A
Complementary color
Monochromatic Colors of #A21F0A
Black with #A21F0A
Text Example
Text Example
White with #A21F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F0A; }
p { color: rgb(162,31,10); }
H1.HeaderClassName
{
color: #A21F0A;
}
.AnyTagClassName
{
color: #A21F0A;
}
</style>
background-color css
<style>
a { background-color: #A21F0A; }
a { background-color: rgb(162,31,10); }
div.DivClassName
{
background-color: #A21F0A;
}
.BgClassName
{
background-color: #A21F0A;
}
</style>
border-color css
<style>
span { border-color: #A21F0A; }
span { border-color: rgb(162,31,10); }
td.TdClassName
{
border-color: #A21F0A;
}
.TagClassName
{
border-color: #A21F0A;
}
</style>