Shades of Fire Brick #A22108
Tints of Fire Brick #A22108
RGB
CMYK
RGB Variations
Color information
#A22108 (or 0xA22108) is known color: Fire Brick. HEX triplet: A2, 21 and 08. RGB value is (162,33,8). Sum of RGB (Red+Green+Blue) = 162+33+8=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A22108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22108 is #5DDEF7. Grayscale: #444444. Windows color (decimal): -6151928 or 532898. OLE color: 532898.
HSL color Cylindrical-coordinate representation of color #A22108: hue angle of 9.74º 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 #A22108 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 8 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.36 |
| HSL | 9.74º | 0.91% | 0.33% | - |
| HSV(B) | 9.74º | 0.95% | 0.64% | - |
| XYZ | 15.49 | 8.79 | 1.11 | - |
| YUV | 68.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 8 | 0 | 0.80 | 0.95 | 0.36 | 9.74 | 0.91 | 0.33 |
| Hex | A2 | 21 | 8 | 0 | 50 | 5F | 24 | A | 5B | 21 |
| Octal | 242 | 41 | 10 | 0 | 120 | 137 | 44 | 12 | 133 | 41 |
| Binary | 10100010 | 100001 | 1000 | 0 | 1010000 | 1011111 | 100100 | 1010 | 1011011 | 100001 |
Color Harmonies of #A22108
Complementary color
Monochromatic Colors of #A22108
Black with #A22108
Text Example
Text Example
White with #A22108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22108; }
p { color: rgb(162,33,8); }
H1.HeaderClassName
{
color: #A22108;
}
.AnyTagClassName
{
color: #A22108;
}
</style>
background-color css
<style>
a { background-color: #A22108; }
a { background-color: rgb(162,33,8); }
div.DivClassName
{
background-color: #A22108;
}
.BgClassName
{
background-color: #A22108;
}
</style>
border-color css
<style>
span { border-color: #A22108; }
span { border-color: rgb(162,33,8); }
td.TdClassName
{
border-color: #A22108;
}
.TagClassName
{
border-color: #A22108;
}
</style>