Shades of Fire Brick #A22408
Tints of Fire Brick #A22408
RGB
CMYK
RGB Variations
Color information
#A22408 (or 0xA22408) is known color: Fire Brick. HEX triplet: A2, 24 and 08. RGB value is (162,36,8). Sum of RGB (Red+Green+Blue) = 162+36+8=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A22408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22408 is #5DDBF7. Grayscale: #464646. Windows color (decimal): -6151160 or 533666. OLE color: 533666.
HSL color Cylindrical-coordinate representation of color #A22408: hue angle of 10.91º 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 #A22408 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 8 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.36 |
| HSL | 10.91º | 0.91% | 0.33% | - |
| HSV(B) | 10.91º | 0.95% | 0.64% | - |
| XYZ | 15.58 | 8.96 | 1.14 | - |
| YUV | 70.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 8 | 0 | 0.78 | 0.95 | 0.36 | 10.91 | 0.91 | 0.33 |
| Hex | A2 | 24 | 8 | 0 | 4E | 5F | 24 | B | 5B | 21 |
| Octal | 242 | 44 | 10 | 0 | 116 | 137 | 44 | 13 | 133 | 41 |
| Binary | 10100010 | 100100 | 1000 | 0 | 1001110 | 1011111 | 100100 | 1011 | 1011011 | 100001 |
Color Harmonies of #A22408
Complementary color
Monochromatic Colors of #A22408
Black with #A22408
Text Example
Text Example
White with #A22408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22408; }
p { color: rgb(162,36,8); }
H1.HeaderClassName
{
color: #A22408;
}
.AnyTagClassName
{
color: #A22408;
}
</style>
background-color css
<style>
a { background-color: #A22408; }
a { background-color: rgb(162,36,8); }
div.DivClassName
{
background-color: #A22408;
}
.BgClassName
{
background-color: #A22408;
}
</style>
border-color css
<style>
span { border-color: #A22408; }
span { border-color: rgb(162,36,8); }
td.TdClassName
{
border-color: #A22408;
}
.TagClassName
{
border-color: #A22408;
}
</style>