Shades of Fire Brick #A21F0F
Tints of Fire Brick #A21F0F
RGB
CMYK
RGB Variations
Color information
#A21F0F (or 0xA21F0F) is known color: Fire Brick. HEX triplet: A2, 1F and 0F. RGB value is (162,31,15). Sum of RGB (Red+Green+Blue) = 162+31+15=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F0F is #5DE0F0. Grayscale: #444444. Windows color (decimal): -6152433 or 991138. OLE color: 991138.
HSL color Cylindrical-coordinate representation of color #A21F0F: hue angle of 6.53º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A21F0F is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 15 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.36 |
| HSL | 6.53º | 0.83% | 0.35% | - |
| HSV(B) | 6.53º | 0.91% | 0.64% | - |
| XYZ | 15.48 | 8.7 | 1.31 | - |
| YUV | 68.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 15 | 0 | 0.81 | 0.91 | 0.36 | 6.53 | 0.83 | 0.35 |
| Hex | A2 | 1F | F | 0 | 51 | 5B | 24 | 7 | 53 | 23 |
| Octal | 242 | 37 | 17 | 0 | 121 | 133 | 44 | 7 | 123 | 43 |
| Binary | 10100010 | 11111 | 1111 | 0 | 1010001 | 1011011 | 100100 | 111 | 1010011 | 100011 |
Color Harmonies of #A21F0F
Complementary color
Monochromatic Colors of #A21F0F
Black with #A21F0F
Text Example
Text Example
White with #A21F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F0F; }
p { color: rgb(162,31,15); }
H1.HeaderClassName
{
color: #A21F0F;
}
.AnyTagClassName
{
color: #A21F0F;
}
</style>
background-color css
<style>
a { background-color: #A21F0F; }
a { background-color: rgb(162,31,15); }
div.DivClassName
{
background-color: #A21F0F;
}
.BgClassName
{
background-color: #A21F0F;
}
</style>
border-color css
<style>
span { border-color: #A21F0F; }
span { border-color: rgb(162,31,15); }
td.TdClassName
{
border-color: #A21F0F;
}
.TagClassName
{
border-color: #A21F0F;
}
</style>