Shades of Fire Brick #A21615
Tints of Fire Brick #A21615
RGB
CMYK
RGB Variations
Color information
#A21615 (or 0xA21615) is known color: Fire Brick. HEX triplet: A2, 16 and 15. RGB value is (162,22,21). Sum of RGB (Red+Green+Blue) = 162+22+21=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A21615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21615 is #5DE9EA. Grayscale: #3F3F3F. Windows color (decimal): -6154731 or 1382050. OLE color: 1382050.
HSL color Cylindrical-coordinate representation of color #A21615: hue angle of 0.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21615 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 21 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.36 |
| HSL | 0.43º | 0.77% | 0.36% | - |
| HSV(B) | 0.43º | 0.87% | 0.64% | - |
| XYZ | 15.32 | 8.31 | 1.51 | - |
| YUV | 63.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 21 | 0 | 0.86 | 0.87 | 0.36 | 0.43 | 0.77 | 0.36 |
| Hex | A2 | 16 | 15 | 0 | 56 | 57 | 24 | 0 | 4D | 24 |
| Octal | 242 | 26 | 25 | 0 | 126 | 127 | 44 | 0 | 115 | 44 |
| Binary | 10100010 | 10110 | 10101 | 0 | 1010110 | 1010111 | 100100 | 0 | 1001101 | 100100 |
Color Harmonies of #A21615
Complementary color
Monochromatic Colors of #A21615
Black with #A21615
Text Example
Text Example
White with #A21615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21615; }
p { color: rgb(162,22,21); }
H1.HeaderClassName
{
color: #A21615;
}
.AnyTagClassName
{
color: #A21615;
}
</style>
background-color css
<style>
a { background-color: #A21615; }
a { background-color: rgb(162,22,21); }
div.DivClassName
{
background-color: #A21615;
}
.BgClassName
{
background-color: #A21615;
}
</style>
border-color css
<style>
span { border-color: #A21615; }
span { border-color: rgb(162,22,21); }
td.TdClassName
{
border-color: #A21615;
}
.TagClassName
{
border-color: #A21615;
}
</style>