Shades of Fire Brick #A21908
Tints of Fire Brick #A21908
RGB
CMYK
RGB Variations
Color information
#A21908 (or 0xA21908) is known color: Fire Brick. HEX triplet: A2, 19 and 08. RGB value is (162,25,8). Sum of RGB (Red+Green+Blue) = 162+25+8=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A21908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21908 is #5DE6F7. Grayscale: #404040. Windows color (decimal): -6153976 or 530850. OLE color: 530850.
HSL color Cylindrical-coordinate representation of color #A21908: hue angle of 6.62º 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 #A21908 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 8 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.36 |
| HSL | 6.62º | 0.91% | 0.33% | - |
| HSV(B) | 6.62º | 0.95% | 0.64% | - |
| XYZ | 15.29 | 8.39 | 1.04 | - |
| YUV | 64.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 8 | 0 | 0.85 | 0.95 | 0.36 | 6.62 | 0.91 | 0.33 |
| Hex | A2 | 19 | 8 | 0 | 55 | 5F | 24 | 7 | 5B | 21 |
| Octal | 242 | 31 | 10 | 0 | 125 | 137 | 44 | 7 | 133 | 41 |
| Binary | 10100010 | 11001 | 1000 | 0 | 1010101 | 1011111 | 100100 | 111 | 1011011 | 100001 |
Color Harmonies of #A21908
Complementary color
Monochromatic Colors of #A21908
Black with #A21908
Text Example
Text Example
White with #A21908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21908; }
p { color: rgb(162,25,8); }
H1.HeaderClassName
{
color: #A21908;
}
.AnyTagClassName
{
color: #A21908;
}
</style>
background-color css
<style>
a { background-color: #A21908; }
a { background-color: rgb(162,25,8); }
div.DivClassName
{
background-color: #A21908;
}
.BgClassName
{
background-color: #A21908;
}
</style>
border-color css
<style>
span { border-color: #A21908; }
span { border-color: rgb(162,25,8); }
td.TdClassName
{
border-color: #A21908;
}
.TagClassName
{
border-color: #A21908;
}
</style>