Shades of Fire Brick #A1270B
Tints of Fire Brick #A1270B
RGB
CMYK
RGB Variations
Color information
#A1270B (or 0xA1270B) is known color: Fire Brick. HEX triplet: A1, 27 and 0B. RGB value is (161,39,11). Sum of RGB (Red+Green+Blue) = 161+39+11=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1270B is #5ED8F4. Grayscale: #484848. Windows color (decimal): -6215925 or 731041. OLE color: 731041.
HSL color Cylindrical-coordinate representation of color #A1270B: hue angle of 11.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1270B is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 11 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.37 |
| HSL | 11.2º | 0.87% | 0.34% | - |
| HSV(B) | 11.2º | 0.93% | 0.63% | - |
| XYZ | 15.48 | 9.05 | 1.25 | - |
| YUV | 72.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 11 | 0 | 0.76 | 0.93 | 0.37 | 11.2 | 0.87 | 0.34 |
| Hex | A1 | 27 | B | 0 | 4C | 5D | 25 | B | 57 | 22 |
| Octal | 241 | 47 | 13 | 0 | 114 | 135 | 45 | 13 | 127 | 42 |
| Binary | 10100001 | 100111 | 1011 | 0 | 1001100 | 1011101 | 100101 | 1011 | 1010111 | 100010 |
Color Harmonies of #A1270B
Complementary color
Monochromatic Colors of #A1270B
Black with #A1270B
Text Example
Text Example
White with #A1270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1270B; }
p { color: rgb(161,39,11); }
H1.HeaderClassName
{
color: #A1270B;
}
.AnyTagClassName
{
color: #A1270B;
}
</style>
background-color css
<style>
a { background-color: #A1270B; }
a { background-color: rgb(161,39,11); }
div.DivClassName
{
background-color: #A1270B;
}
.BgClassName
{
background-color: #A1270B;
}
</style>
border-color css
<style>
span { border-color: #A1270B; }
span { border-color: rgb(161,39,11); }
td.TdClassName
{
border-color: #A1270B;
}
.TagClassName
{
border-color: #A1270B;
}
</style>