Shades of Fire Brick #BA261F
Tints of Fire Brick #BA261F
RGB
CMYK
RGB Variations
Color information
#BA261F (or 0xBA261F) is known color: Fire Brick. HEX triplet: BA, 26 and 1F. RGB value is (186,38,31). Sum of RGB (Red+Green+Blue) = 186+38+31=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA261F is #45D9E0. Grayscale: #515151. Windows color (decimal): -4577761 or 2041530. OLE color: 2041530.
HSL color Cylindrical-coordinate representation of color #BA261F: hue angle of 2.71º 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 #BA261F is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 31 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.27 |
| HSL | 2.71º | 0.71% | 0.43% | - |
| HSV(B) | 2.71º | 0.83% | 0.73% | - |
| XYZ | 21.19 | 11.92 | 2.48 | - |
| YUV | 81.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 31 | 0 | 0.80 | 0.83 | 0.27 | 2.71 | 0.71 | 0.43 |
| Hex | BA | 26 | 1F | 0 | 50 | 53 | 1B | 3 | 47 | 2B |
| Octal | 272 | 46 | 37 | 0 | 120 | 123 | 33 | 3 | 107 | 53 |
| Binary | 10111010 | 100110 | 11111 | 0 | 1010000 | 1010011 | 11011 | 11 | 1000111 | 101011 |
Color Harmonies of #BA261F
Complementary color
Monochromatic Colors of #BA261F
Black with #BA261F
Text Example
Text Example
White with #BA261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA261F; }
p { color: rgb(186,38,31); }
H1.HeaderClassName
{
color: #BA261F;
}
.AnyTagClassName
{
color: #BA261F;
}
</style>
background-color css
<style>
a { background-color: #BA261F; }
a { background-color: rgb(186,38,31); }
div.DivClassName
{
background-color: #BA261F;
}
.BgClassName
{
background-color: #BA261F;
}
</style>
border-color css
<style>
span { border-color: #BA261F; }
span { border-color: rgb(186,38,31); }
td.TdClassName
{
border-color: #BA261F;
}
.TagClassName
{
border-color: #BA261F;
}
</style>