Shades of Fire Brick #A21F10
Tints of Fire Brick #A21F10
RGB
CMYK
RGB Variations
Color information
#A21F10 (or 0xA21F10) is known color: Fire Brick. HEX triplet: A2, 1F and 10. RGB value is (162,31,16). Sum of RGB (Red+Green+Blue) = 162+31+16=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F10 is #5DE0EF. Grayscale: #444444. Windows color (decimal): -6152432 or 1056674. OLE color: 1056674.
HSL color Cylindrical-coordinate representation of color #A21F10: hue angle of 6.16º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21F10 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 16 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.36 |
| HSL | 6.16º | 0.82% | 0.35% | - |
| HSV(B) | 6.16º | 0.9% | 0.64% | - |
| XYZ | 15.48 | 8.7 | 1.35 | - |
| YUV | 68.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 16 | 0 | 0.81 | 0.90 | 0.36 | 6.16 | 0.82 | 0.35 |
| Hex | A2 | 1F | 10 | 0 | 51 | 5A | 24 | 6 | 52 | 23 |
| Octal | 242 | 37 | 20 | 0 | 121 | 132 | 44 | 6 | 122 | 43 |
| Binary | 10100010 | 11111 | 10000 | 0 | 1010001 | 1011010 | 100100 | 110 | 1010010 | 100011 |
Color Harmonies of #A21F10
Complementary color
Monochromatic Colors of #A21F10
Black with #A21F10
Text Example
Text Example
White with #A21F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F10; }
p { color: rgb(162,31,16); }
H1.HeaderClassName
{
color: #A21F10;
}
.AnyTagClassName
{
color: #A21F10;
}
</style>
background-color css
<style>
a { background-color: #A21F10; }
a { background-color: rgb(162,31,16); }
div.DivClassName
{
background-color: #A21F10;
}
.BgClassName
{
background-color: #A21F10;
}
</style>
border-color css
<style>
span { border-color: #A21F10; }
span { border-color: rgb(162,31,16); }
td.TdClassName
{
border-color: #A21F10;
}
.TagClassName
{
border-color: #A21F10;
}
</style>