Shades of Fire Brick #A21F05
Tints of Fire Brick #A21F05
RGB
CMYK
RGB Variations
Color information
#A21F05 (or 0xA21F05) is known color: Fire Brick. HEX triplet: A2, 1F and 05. RGB value is (162,31,5). Sum of RGB (Red+Green+Blue) = 162+31+5=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F05 is #5DE0FA. Grayscale: #434343. Windows color (decimal): -6152443 or 335778. OLE color: 335778.
HSL color Cylindrical-coordinate representation of color #A21F05: hue angle of 9.94º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A21F05 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.36 |
| HSL | 9.94º | 0.94% | 0.33% | - |
| HSV(B) | 9.94º | 0.97% | 0.64% | - |
| XYZ | 15.42 | 8.67 | 1 | - |
| YUV | 67.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 5 | 0 | 0.81 | 0.97 | 0.36 | 9.94 | 0.94 | 0.33 |
| Hex | A2 | 1F | 5 | 0 | 51 | 61 | 24 | A | 5E | 21 |
| Octal | 242 | 37 | 5 | 0 | 121 | 141 | 44 | 12 | 136 | 41 |
| Binary | 10100010 | 11111 | 101 | 0 | 1010001 | 1100001 | 100100 | 1010 | 1011110 | 100001 |
Color Harmonies of #A21F05
Complementary color
Monochromatic Colors of #A21F05
Black with #A21F05
Text Example
Text Example
White with #A21F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F05; }
p { color: rgb(162,31,5); }
H1.HeaderClassName
{
color: #A21F05;
}
.AnyTagClassName
{
color: #A21F05;
}
</style>
background-color css
<style>
a { background-color: #A21F05; }
a { background-color: rgb(162,31,5); }
div.DivClassName
{
background-color: #A21F05;
}
.BgClassName
{
background-color: #A21F05;
}
</style>
border-color css
<style>
span { border-color: #A21F05; }
span { border-color: rgb(162,31,5); }
td.TdClassName
{
border-color: #A21F05;
}
.TagClassName
{
border-color: #A21F05;
}
</style>