Shades of Fire Brick #A21D1C
Tints of Fire Brick #A21D1C
RGB
CMYK
RGB Variations
Color information
#A21D1C (or 0xA21D1C) is known color: Fire Brick. HEX triplet: A2, 1D and 1C. RGB value is (162,29,28). Sum of RGB (Red+Green+Blue) = 162+29+28=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21D1C is #5DE2E3. Grayscale: #444444. Windows color (decimal): -6152932 or 1842594. OLE color: 1842594.
HSL color Cylindrical-coordinate representation of color #A21D1C: hue angle of 0.45º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21D1C is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 29 | 28 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.36 |
| HSL | 0.45º | 0.71% | 0.37% | - |
| HSV(B) | 0.45º | 0.83% | 0.64% | - |
| XYZ | 15.55 | 8.64 | 1.95 | - |
| YUV | 68.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 28 | 0 | 0.82 | 0.83 | 0.36 | 0.45 | 0.71 | 0.37 |
| Hex | A2 | 1D | 1C | 0 | 52 | 53 | 24 | 0 | 47 | 25 |
| Octal | 242 | 35 | 34 | 0 | 122 | 123 | 44 | 0 | 107 | 45 |
| Binary | 10100010 | 11101 | 11100 | 0 | 1010010 | 1010011 | 100100 | 0 | 1000111 | 100101 |
Color Harmonies of #A21D1C
Complementary color
Monochromatic Colors of #A21D1C
Black with #A21D1C
Text Example
Text Example
White with #A21D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21D1C; }
p { color: rgb(162,29,28); }
H1.HeaderClassName
{
color: #A21D1C;
}
.AnyTagClassName
{
color: #A21D1C;
}
</style>
background-color css
<style>
a { background-color: #A21D1C; }
a { background-color: rgb(162,29,28); }
div.DivClassName
{
background-color: #A21D1C;
}
.BgClassName
{
background-color: #A21D1C;
}
</style>
border-color css
<style>
span { border-color: #A21D1C; }
span { border-color: rgb(162,29,28); }
td.TdClassName
{
border-color: #A21D1C;
}
.TagClassName
{
border-color: #A21D1C;
}
</style>