Shades of Fire Brick #A21E10
Tints of Fire Brick #A21E10
RGB
CMYK
RGB Variations
Color information
#A21E10 (or 0xA21E10) is known color: Fire Brick. HEX triplet: A2, 1E and 10. RGB value is (162,30,16). Sum of RGB (Red+Green+Blue) = 162+30+16=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E10 is #5DE1EF. Grayscale: #444444. Windows color (decimal): -6152688 or 1056418. OLE color: 1056418.
HSL color Cylindrical-coordinate representation of color #A21E10: hue angle of 5.75º 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 #A21E10 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 16 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.36 |
| HSL | 5.75º | 0.82% | 0.35% | - |
| HSV(B) | 5.75º | 0.9% | 0.64% | - |
| XYZ | 15.46 | 8.65 | 1.34 | - |
| YUV | 67.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 16 | 0 | 0.81 | 0.90 | 0.36 | 5.75 | 0.82 | 0.35 |
| Hex | A2 | 1E | 10 | 0 | 51 | 5A | 24 | 6 | 52 | 23 |
| Octal | 242 | 36 | 20 | 0 | 121 | 132 | 44 | 6 | 122 | 43 |
| Binary | 10100010 | 11110 | 10000 | 0 | 1010001 | 1011010 | 100100 | 110 | 1010010 | 100011 |
Color Harmonies of #A21E10
Complementary color
Monochromatic Colors of #A21E10
Black with #A21E10
Text Example
Text Example
White with #A21E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E10; }
p { color: rgb(162,30,16); }
H1.HeaderClassName
{
color: #A21E10;
}
.AnyTagClassName
{
color: #A21E10;
}
</style>
background-color css
<style>
a { background-color: #A21E10; }
a { background-color: rgb(162,30,16); }
div.DivClassName
{
background-color: #A21E10;
}
.BgClassName
{
background-color: #A21E10;
}
</style>
border-color css
<style>
span { border-color: #A21E10; }
span { border-color: rgb(162,30,16); }
td.TdClassName
{
border-color: #A21E10;
}
.TagClassName
{
border-color: #A21E10;
}
</style>