Shades of Fire Brick #A21818
Tints of Fire Brick #A21818
RGB
CMYK
RGB Variations
Color information
#A21818 (or 0xA21818) is known color: Fire Brick. HEX triplet: A2, 18 and 18. RGB value is (162,24,24). Sum of RGB (Red+Green+Blue) = 162+24+24=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A21818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21818 is #5DE7E7. Grayscale: #414141. Windows color (decimal): -6154216 or 1579170. OLE color: 1579170.
HSL color Cylindrical-coordinate representation of color #A21818: hue angle of 0º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21818 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 24 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.36 |
| HSL | 0º | 0.74% | 0.36% | - |
| HSV(B) | 0º | 0.85% | 0.64% | - |
| XYZ | 15.39 | 8.4 | 1.67 | - |
| YUV | 65.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 24 | 0 | 0.85 | 0.85 | 0.36 | 0 | 0.74 | 0.36 |
| Hex | A2 | 18 | 18 | 0 | 55 | 55 | 24 | 0 | 4A | 24 |
| Octal | 242 | 30 | 30 | 0 | 125 | 125 | 44 | 0 | 112 | 44 |
| Binary | 10100010 | 11000 | 11000 | 0 | 1010101 | 1010101 | 100100 | 0 | 1001010 | 100100 |
Color Harmonies of #A21818
Complementary color
Monochromatic Colors of #A21818
Black with #A21818
Text Example
Text Example
White with #A21818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21818; }
p { color: rgb(162,24,24); }
H1.HeaderClassName
{
color: #A21818;
}
.AnyTagClassName
{
color: #A21818;
}
</style>
background-color css
<style>
a { background-color: #A21818; }
a { background-color: rgb(162,24,24); }
div.DivClassName
{
background-color: #A21818;
}
.BgClassName
{
background-color: #A21818;
}
</style>
border-color css
<style>
span { border-color: #A21818; }
span { border-color: rgb(162,24,24); }
td.TdClassName
{
border-color: #A21818;
}
.TagClassName
{
border-color: #A21818;
}
</style>