Shades of Fire Brick #A21A0B
Tints of Fire Brick #A21A0B
RGB
CMYK
RGB Variations
Color information
#A21A0B (or 0xA21A0B) is known color: Fire Brick. HEX triplet: A2, 1A and 0B. RGB value is (162,26,11). Sum of RGB (Red+Green+Blue) = 162+26+11=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A0B is #5DE5F4. Grayscale: #414141. Windows color (decimal): -6153717 or 727714. OLE color: 727714.
HSL color Cylindrical-coordinate representation of color #A21A0B: hue angle of 5.96º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A21A0B is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 11 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.36 |
| HSL | 5.96º | 0.87% | 0.34% | - |
| HSV(B) | 5.96º | 0.93% | 0.64% | - |
| XYZ | 15.33 | 8.44 | 1.14 | - |
| YUV | 64.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 11 | 0 | 0.84 | 0.93 | 0.36 | 5.96 | 0.87 | 0.34 |
| Hex | A2 | 1A | B | 0 | 54 | 5D | 24 | 6 | 57 | 22 |
| Octal | 242 | 32 | 13 | 0 | 124 | 135 | 44 | 6 | 127 | 42 |
| Binary | 10100010 | 11010 | 1011 | 0 | 1010100 | 1011101 | 100100 | 110 | 1010111 | 100010 |
Color Harmonies of #A21A0B
Complementary color
Monochromatic Colors of #A21A0B
Black with #A21A0B
Text Example
Text Example
White with #A21A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A0B; }
p { color: rgb(162,26,11); }
H1.HeaderClassName
{
color: #A21A0B;
}
.AnyTagClassName
{
color: #A21A0B;
}
</style>
background-color css
<style>
a { background-color: #A21A0B; }
a { background-color: rgb(162,26,11); }
div.DivClassName
{
background-color: #A21A0B;
}
.BgClassName
{
background-color: #A21A0B;
}
</style>
border-color css
<style>
span { border-color: #A21A0B; }
span { border-color: rgb(162,26,11); }
td.TdClassName
{
border-color: #A21A0B;
}
.TagClassName
{
border-color: #A21A0B;
}
</style>