Shades of Fire Brick #A21713
Tints of Fire Brick #A21713
RGB
CMYK
RGB Variations
Color information
#A21713 (or 0xA21713) is known color: Fire Brick. HEX triplet: A2, 17 and 13. RGB value is (162,23,19). Sum of RGB (Red+Green+Blue) = 162+23+19=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A21713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21713 is #5DE8EC. Grayscale: #404040. Windows color (decimal): -6154477 or 1251234. OLE color: 1251234.
HSL color Cylindrical-coordinate representation of color #A21713: hue angle of 1.68º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21713 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 19 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.36 |
| HSL | 1.68º | 0.79% | 0.35% | - |
| HSV(B) | 1.68º | 0.88% | 0.64% | - |
| XYZ | 15.32 | 8.34 | 1.42 | - |
| YUV | 64.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 19 | 0 | 0.86 | 0.88 | 0.36 | 1.68 | 0.79 | 0.35 |
| Hex | A2 | 17 | 13 | 0 | 56 | 58 | 24 | 2 | 4F | 23 |
| Octal | 242 | 27 | 23 | 0 | 126 | 130 | 44 | 2 | 117 | 43 |
| Binary | 10100010 | 10111 | 10011 | 0 | 1010110 | 1011000 | 100100 | 10 | 1001111 | 100011 |
Color Harmonies of #A21713
Complementary color
Monochromatic Colors of #A21713
Black with #A21713
Text Example
Text Example
White with #A21713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21713; }
p { color: rgb(162,23,19); }
H1.HeaderClassName
{
color: #A21713;
}
.AnyTagClassName
{
color: #A21713;
}
</style>
background-color css
<style>
a { background-color: #A21713; }
a { background-color: rgb(162,23,19); }
div.DivClassName
{
background-color: #A21713;
}
.BgClassName
{
background-color: #A21713;
}
</style>
border-color css
<style>
span { border-color: #A21713; }
span { border-color: rgb(162,23,19); }
td.TdClassName
{
border-color: #A21713;
}
.TagClassName
{
border-color: #A21713;
}
</style>