Shades of Fire Brick #A21F01
Tints of Fire Brick #A21F01
RGB
CMYK
RGB Variations
Color information
#A21F01 (or 0xA21F01) is known color: Fire Brick. HEX triplet: A2, 1F and 01. RGB value is (162,31,1). Sum of RGB (Red+Green+Blue) = 162+31+1=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F01 is #5DE0FE. Grayscale: #434343. Windows color (decimal): -6152447 or 73634. OLE color: 73634.
HSL color Cylindrical-coordinate representation of color #A21F01: hue angle of 11.18º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A21F01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.36 |
| HSL | 11.18º | 0.99% | 0.32% | - |
| HSV(B) | 11.18º | 0.99% | 0.64% | - |
| XYZ | 15.4 | 8.66 | 0.89 | - |
| YUV | 66.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 1 | 0 | 0.81 | 0.99 | 0.36 | 11.18 | 0.99 | 0.32 |
| Hex | A2 | 1F | 1 | 0 | 51 | 63 | 24 | B | 63 | 20 |
| Octal | 242 | 37 | 1 | 0 | 121 | 143 | 44 | 13 | 143 | 40 |
| Binary | 10100010 | 11111 | 1 | 0 | 1010001 | 1100011 | 100100 | 1011 | 1100011 | 100000 |
Color Harmonies of #A21F01
Complementary color
Monochromatic Colors of #A21F01
Black with #A21F01
Text Example
Text Example
White with #A21F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F01; }
p { color: rgb(162,31,1); }
H1.HeaderClassName
{
color: #A21F01;
}
.AnyTagClassName
{
color: #A21F01;
}
</style>
background-color css
<style>
a { background-color: #A21F01; }
a { background-color: rgb(162,31,1); }
div.DivClassName
{
background-color: #A21F01;
}
.BgClassName
{
background-color: #A21F01;
}
</style>
border-color css
<style>
span { border-color: #A21F01; }
span { border-color: rgb(162,31,1); }
td.TdClassName
{
border-color: #A21F01;
}
.TagClassName
{
border-color: #A21F01;
}
</style>