Shades of Fire Brick #A21808
Tints of Fire Brick #A21808
RGB
CMYK
RGB Variations
Color information
#A21808 (or 0xA21808) is known color: Fire Brick. HEX triplet: A2, 18 and 08. RGB value is (162,24,8). Sum of RGB (Red+Green+Blue) = 162+24+8=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A21808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21808 is #5DE7F7. Grayscale: #3F3F3F. Windows color (decimal): -6154232 or 530594. OLE color: 530594.
HSL color Cylindrical-coordinate representation of color #A21808: hue angle of 6.23º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A21808 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 8 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.36 |
| HSL | 6.23º | 0.91% | 0.33% | - |
| HSV(B) | 6.23º | 0.95% | 0.64% | - |
| XYZ | 15.27 | 8.35 | 1.04 | - |
| YUV | 63.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 8 | 0 | 0.85 | 0.95 | 0.36 | 6.23 | 0.91 | 0.33 |
| Hex | A2 | 18 | 8 | 0 | 55 | 5F | 24 | 6 | 5B | 21 |
| Octal | 242 | 30 | 10 | 0 | 125 | 137 | 44 | 6 | 133 | 41 |
| Binary | 10100010 | 11000 | 1000 | 0 | 1010101 | 1011111 | 100100 | 110 | 1011011 | 100001 |
Color Harmonies of #A21808
Complementary color
Monochromatic Colors of #A21808
Black with #A21808
Text Example
Text Example
White with #A21808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21808; }
p { color: rgb(162,24,8); }
H1.HeaderClassName
{
color: #A21808;
}
.AnyTagClassName
{
color: #A21808;
}
</style>
background-color css
<style>
a { background-color: #A21808; }
a { background-color: rgb(162,24,8); }
div.DivClassName
{
background-color: #A21808;
}
.BgClassName
{
background-color: #A21808;
}
</style>
border-color css
<style>
span { border-color: #A21808; }
span { border-color: rgb(162,24,8); }
td.TdClassName
{
border-color: #A21808;
}
.TagClassName
{
border-color: #A21808;
}
</style>