Shades of Fire Brick #BA261B
Tints of Fire Brick #BA261B
RGB
CMYK
RGB Variations
Color information
#BA261B (or 0xBA261B) is known color: Fire Brick. HEX triplet: BA, 26 and 1B. RGB value is (186,38,27). Sum of RGB (Red+Green+Blue) = 186+38+27=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA261B is #45D9E4. Grayscale: #515151. Windows color (decimal): -4577765 or 1779386. OLE color: 1779386.
HSL color Cylindrical-coordinate representation of color #BA261B: hue angle of 4.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA261B is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 27 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.27 |
| HSL | 4.15º | 0.75% | 0.42% | - |
| HSV(B) | 4.15º | 0.85% | 0.73% | - |
| XYZ | 21.14 | 11.9 | 2.22 | - |
| YUV | 81 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 27 | 0 | 0.80 | 0.85 | 0.27 | 4.15 | 0.75 | 0.42 |
| Hex | BA | 26 | 1B | 0 | 50 | 55 | 1B | 4 | 4B | 2A |
| Octal | 272 | 46 | 33 | 0 | 120 | 125 | 33 | 4 | 113 | 52 |
| Binary | 10111010 | 100110 | 11011 | 0 | 1010000 | 1010101 | 11011 | 100 | 1001011 | 101010 |
Color Harmonies of #BA261B
Complementary color
Monochromatic Colors of #BA261B
Black with #BA261B
Text Example
Text Example
White with #BA261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA261B; }
p { color: rgb(186,38,27); }
H1.HeaderClassName
{
color: #BA261B;
}
.AnyTagClassName
{
color: #BA261B;
}
</style>
background-color css
<style>
a { background-color: #BA261B; }
a { background-color: rgb(186,38,27); }
div.DivClassName
{
background-color: #BA261B;
}
.BgClassName
{
background-color: #BA261B;
}
</style>
border-color css
<style>
span { border-color: #BA261B; }
span { border-color: rgb(186,38,27); }
td.TdClassName
{
border-color: #BA261B;
}
.TagClassName
{
border-color: #BA261B;
}
</style>