Shades of Fire Brick #A21F00
Tints of Fire Brick #A21F00
RGB
CMYK
RGB Variations
Color information
#A21F00 (or 0xA21F00) is known color: Fire Brick. HEX triplet: A2, 1F and 00. RGB value is (162,31,0). Sum of RGB (Red+Green+Blue) = 162+31+0=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F00 is #5DE0FF. Grayscale: #424242. Windows color (decimal): -6152448 or 8098. OLE color: 8098.
HSL color Cylindrical-coordinate representation of color #A21F00: hue angle of 11.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A21F00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.36 |
| HSL | 11.48º | 1% | 0.32% | - |
| HSV(B) | 11.48º | 1% | 0.64% | - |
| XYZ | 15.39 | 8.66 | 0.86 | - |
| YUV | 66.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 0 | 0 | 0.81 | 1 | 0.36 | 11.48 | 1 | 0.32 |
| Hex | A2 | 1F | 0 | 0 | 51 | 64 | 24 | B | 64 | 20 |
| Octal | 242 | 37 | 0 | 0 | 121 | 144 | 44 | 13 | 144 | 40 |
| Binary | 10100010 | 11111 | 0 | 0 | 1010001 | 1100100 | 100100 | 1011 | 1100100 | 100000 |
Color Harmonies of #A21F00
Complementary color
Monochromatic Colors of #A21F00
Black with #A21F00
Text Example
Text Example
White with #A21F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F00; }
p { color: rgb(162,31,0); }
H1.HeaderClassName
{
color: #A21F00;
}
.AnyTagClassName
{
color: #A21F00;
}
</style>
background-color css
<style>
a { background-color: #A21F00; }
a { background-color: rgb(162,31,0); }
div.DivClassName
{
background-color: #A21F00;
}
.BgClassName
{
background-color: #A21F00;
}
</style>
border-color css
<style>
span { border-color: #A21F00; }
span { border-color: rgb(162,31,0); }
td.TdClassName
{
border-color: #A21F00;
}
.TagClassName
{
border-color: #A21F00;
}
</style>