Shades of Fire Brick #A21E1B
Tints of Fire Brick #A21E1B
RGB
CMYK
RGB Variations
Color information
#A21E1B (or 0xA21E1B) is known color: Fire Brick. HEX triplet: A2, 1E and 1B. RGB value is (162,30,27). Sum of RGB (Red+Green+Blue) = 162+30+27=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E1B is #5DE1E4. Grayscale: #454545. Windows color (decimal): -6152677 or 1777314. OLE color: 1777314.
HSL color Cylindrical-coordinate representation of color #A21E1B: hue angle of 1.33º 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 #A21E1B is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 27 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.36 |
| HSL | 1.33º | 0.71% | 0.37% | - |
| HSV(B) | 1.33º | 0.83% | 0.64% | - |
| XYZ | 15.56 | 8.69 | 1.89 | - |
| YUV | 69.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 27 | 0 | 0.81 | 0.83 | 0.36 | 1.33 | 0.71 | 0.37 |
| Hex | A2 | 1E | 1B | 0 | 51 | 53 | 24 | 1 | 47 | 25 |
| Octal | 242 | 36 | 33 | 0 | 121 | 123 | 44 | 1 | 107 | 45 |
| Binary | 10100010 | 11110 | 11011 | 0 | 1010001 | 1010011 | 100100 | 1 | 1000111 | 100101 |
Color Harmonies of #A21E1B
Complementary color
Monochromatic Colors of #A21E1B
Black with #A21E1B
Text Example
Text Example
White with #A21E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E1B; }
p { color: rgb(162,30,27); }
H1.HeaderClassName
{
color: #A21E1B;
}
.AnyTagClassName
{
color: #A21E1B;
}
</style>
background-color css
<style>
a { background-color: #A21E1B; }
a { background-color: rgb(162,30,27); }
div.DivClassName
{
background-color: #A21E1B;
}
.BgClassName
{
background-color: #A21E1B;
}
</style>
border-color css
<style>
span { border-color: #A21E1B; }
span { border-color: rgb(162,30,27); }
td.TdClassName
{
border-color: #A21E1B;
}
.TagClassName
{
border-color: #A21E1B;
}
</style>