Shades of Fire Brick #BA271F
Tints of Fire Brick #BA271F
RGB
CMYK
RGB Variations
Color information
#BA271F (or 0xBA271F) is known color: Fire Brick. HEX triplet: BA, 27 and 1F. RGB value is (186,39,31). Sum of RGB (Red+Green+Blue) = 186+39+31=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA271F is #45D8E0. Grayscale: #525252. Windows color (decimal): -4577505 or 2041786. OLE color: 2041786.
HSL color Cylindrical-coordinate representation of color #BA271F: hue angle of 3.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA271F is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 31 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.27 |
| HSL | 3.1º | 0.71% | 0.43% | - |
| HSV(B) | 3.1º | 0.83% | 0.73% | - |
| XYZ | 21.22 | 11.99 | 2.49 | - |
| YUV | 82.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 31 | 0 | 0.79 | 0.83 | 0.27 | 3.1 | 0.71 | 0.43 |
| Hex | BA | 27 | 1F | 0 | 4F | 53 | 1B | 3 | 47 | 2B |
| Octal | 272 | 47 | 37 | 0 | 117 | 123 | 33 | 3 | 107 | 53 |
| Binary | 10111010 | 100111 | 11111 | 0 | 1001111 | 1010011 | 11011 | 11 | 1000111 | 101011 |
Color Harmonies of #BA271F
Complementary color
Monochromatic Colors of #BA271F
Black with #BA271F
Text Example
Text Example
White with #BA271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA271F; }
p { color: rgb(186,39,31); }
H1.HeaderClassName
{
color: #BA271F;
}
.AnyTagClassName
{
color: #BA271F;
}
</style>
background-color css
<style>
a { background-color: #BA271F; }
a { background-color: rgb(186,39,31); }
div.DivClassName
{
background-color: #BA271F;
}
.BgClassName
{
background-color: #BA271F;
}
</style>
border-color css
<style>
span { border-color: #BA271F; }
span { border-color: rgb(186,39,31); }
td.TdClassName
{
border-color: #BA271F;
}
.TagClassName
{
border-color: #BA271F;
}
</style>