Shades of Fire Brick #A1220F
Tints of Fire Brick #A1220F
RGB
CMYK
RGB Variations
Color information
#A1220F (or 0xA1220F) is known color: Fire Brick. HEX triplet: A1, 22 and 0F. RGB value is (161,34,15). Sum of RGB (Red+Green+Blue) = 161+34+15=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A1220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1220F is #5EDDF0. Grayscale: #464646. Windows color (decimal): -6217201 or 991905. OLE color: 991905.
HSL color Cylindrical-coordinate representation of color #A1220F: hue angle of 7.81º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1220F is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 15 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.37 |
| HSL | 7.81º | 0.83% | 0.35% | - |
| HSV(B) | 7.81º | 0.91% | 0.63% | - |
| XYZ | 15.36 | 8.76 | 1.33 | - |
| YUV | 69.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 15 | 0 | 0.79 | 0.91 | 0.37 | 7.81 | 0.83 | 0.35 |
| Hex | A1 | 22 | F | 0 | 4F | 5B | 25 | 8 | 53 | 23 |
| Octal | 241 | 42 | 17 | 0 | 117 | 133 | 45 | 10 | 123 | 43 |
| Binary | 10100001 | 100010 | 1111 | 0 | 1001111 | 1011011 | 100101 | 1000 | 1010011 | 100011 |
Color Harmonies of #A1220F
Complementary color
Monochromatic Colors of #A1220F
Black with #A1220F
Text Example
Text Example
White with #A1220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1220F; }
p { color: rgb(161,34,15); }
H1.HeaderClassName
{
color: #A1220F;
}
.AnyTagClassName
{
color: #A1220F;
}
</style>
background-color css
<style>
a { background-color: #A1220F; }
a { background-color: rgb(161,34,15); }
div.DivClassName
{
background-color: #A1220F;
}
.BgClassName
{
background-color: #A1220F;
}
</style>
border-color css
<style>
span { border-color: #A1220F; }
span { border-color: rgb(161,34,15); }
td.TdClassName
{
border-color: #A1220F;
}
.TagClassName
{
border-color: #A1220F;
}
</style>