Shades of Fire Brick #A21D1A
Tints of Fire Brick #A21D1A
RGB
CMYK
RGB Variations
Color information
#A21D1A (or 0xA21D1A) is known color: Fire Brick. HEX triplet: A2, 1D and 1A. RGB value is (162,29,26). Sum of RGB (Red+Green+Blue) = 162+29+26=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21D1A is #5DE2E5. Grayscale: #444444. Windows color (decimal): -6152934 or 1711522. OLE color: 1711522.
HSL color Cylindrical-coordinate representation of color #A21D1A: hue angle of 1.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21D1A is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 29 | 26 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.36 |
| HSL | 1.32º | 0.72% | 0.37% | - |
| HSV(B) | 1.32º | 0.84% | 0.64% | - |
| XYZ | 15.53 | 8.63 | 1.83 | - |
| YUV | 68.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 26 | 0 | 0.82 | 0.84 | 0.36 | 1.32 | 0.72 | 0.37 |
| Hex | A2 | 1D | 1A | 0 | 52 | 54 | 24 | 1 | 48 | 25 |
| Octal | 242 | 35 | 32 | 0 | 122 | 124 | 44 | 1 | 110 | 45 |
| Binary | 10100010 | 11101 | 11010 | 0 | 1010010 | 1010100 | 100100 | 1 | 1001000 | 100101 |
Color Harmonies of #A21D1A
Complementary color
Monochromatic Colors of #A21D1A
Black with #A21D1A
Text Example
Text Example
White with #A21D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21D1A; }
p { color: rgb(162,29,26); }
H1.HeaderClassName
{
color: #A21D1A;
}
.AnyTagClassName
{
color: #A21D1A;
}
</style>
background-color css
<style>
a { background-color: #A21D1A; }
a { background-color: rgb(162,29,26); }
div.DivClassName
{
background-color: #A21D1A;
}
.BgClassName
{
background-color: #A21D1A;
}
</style>
border-color css
<style>
span { border-color: #A21D1A; }
span { border-color: rgb(162,29,26); }
td.TdClassName
{
border-color: #A21D1A;
}
.TagClassName
{
border-color: #A21D1A;
}
</style>