Shades of Fire Brick #A21B05
Tints of Fire Brick #A21B05
RGB
CMYK
RGB Variations
Color information
#A21B05 (or 0xA21B05) is known color: Fire Brick. HEX triplet: A2, 1B and 05. RGB value is (162,27,5). Sum of RGB (Red+Green+Blue) = 162+27+5=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21B05 is #5DE4FA. Grayscale: #414141. Windows color (decimal): -6153467 or 334754. OLE color: 334754.
HSL color Cylindrical-coordinate representation of color #A21B05: hue angle of 8.41º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A21B05 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.36 |
| HSL | 8.41º | 0.94% | 0.33% | - |
| HSV(B) | 8.41º | 0.97% | 0.64% | - |
| XYZ | 15.32 | 8.48 | 0.97 | - |
| YUV | 64.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 5 | 0 | 0.83 | 0.97 | 0.36 | 8.41 | 0.94 | 0.33 |
| Hex | A2 | 1B | 5 | 0 | 53 | 61 | 24 | 8 | 5E | 21 |
| Octal | 242 | 33 | 5 | 0 | 123 | 141 | 44 | 10 | 136 | 41 |
| Binary | 10100010 | 11011 | 101 | 0 | 1010011 | 1100001 | 100100 | 1000 | 1011110 | 100001 |
Color Harmonies of #A21B05
Complementary color
Monochromatic Colors of #A21B05
Black with #A21B05
Text Example
Text Example
White with #A21B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B05; }
p { color: rgb(162,27,5); }
H1.HeaderClassName
{
color: #A21B05;
}
.AnyTagClassName
{
color: #A21B05;
}
</style>
background-color css
<style>
a { background-color: #A21B05; }
a { background-color: rgb(162,27,5); }
div.DivClassName
{
background-color: #A21B05;
}
.BgClassName
{
background-color: #A21B05;
}
</style>
border-color css
<style>
span { border-color: #A21B05; }
span { border-color: rgb(162,27,5); }
td.TdClassName
{
border-color: #A21B05;
}
.TagClassName
{
border-color: #A21B05;
}
</style>