Shades of Fire Brick #A21C10
Tints of Fire Brick #A21C10
RGB
CMYK
RGB Variations
Color information
#A21C10 (or 0xA21C10) is known color: Fire Brick. HEX triplet: A2, 1C and 10. RGB value is (162,28,16). Sum of RGB (Red+Green+Blue) = 162+28+16=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C10 is #5DE3EF. Grayscale: #424242. Windows color (decimal): -6153200 or 1055906. OLE color: 1055906.
HSL color Cylindrical-coordinate representation of color #A21C10: hue angle of 4.93º 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 #A21C10 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 28 | 16 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.36 |
| HSL | 4.93º | 0.82% | 0.35% | - |
| HSV(B) | 4.93º | 0.9% | 0.64% | - |
| XYZ | 15.41 | 8.55 | 1.33 | - |
| YUV | 66.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 16 | 0 | 0.83 | 0.90 | 0.36 | 4.93 | 0.82 | 0.35 |
| Hex | A2 | 1C | 10 | 0 | 53 | 5A | 24 | 5 | 52 | 23 |
| Octal | 242 | 34 | 20 | 0 | 123 | 132 | 44 | 5 | 122 | 43 |
| Binary | 10100010 | 11100 | 10000 | 0 | 1010011 | 1011010 | 100100 | 101 | 1010010 | 100011 |
Color Harmonies of #A21C10
Complementary color
Monochromatic Colors of #A21C10
Black with #A21C10
Text Example
Text Example
White with #A21C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21C10; }
p { color: rgb(162,28,16); }
H1.HeaderClassName
{
color: #A21C10;
}
.AnyTagClassName
{
color: #A21C10;
}
</style>
background-color css
<style>
a { background-color: #A21C10; }
a { background-color: rgb(162,28,16); }
div.DivClassName
{
background-color: #A21C10;
}
.BgClassName
{
background-color: #A21C10;
}
</style>
border-color css
<style>
span { border-color: #A21C10; }
span { border-color: rgb(162,28,16); }
td.TdClassName
{
border-color: #A21C10;
}
.TagClassName
{
border-color: #A21C10;
}
</style>