Shades of Fire Brick #BA261D
Tints of Fire Brick #BA261D
RGB
CMYK
RGB Variations
Color information
#BA261D (or 0xBA261D) is known color: Fire Brick. HEX triplet: BA, 26 and 1D. RGB value is (186,38,29). Sum of RGB (Red+Green+Blue) = 186+38+29=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA261D is #45D9E2. Grayscale: #515151. Windows color (decimal): -4577763 or 1910458. OLE color: 1910458.
HSL color Cylindrical-coordinate representation of color #BA261D: hue angle of 3.44º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA261D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 29 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.27 |
| HSL | 3.44º | 0.73% | 0.42% | - |
| HSV(B) | 3.44º | 0.84% | 0.73% | - |
| XYZ | 21.16 | 11.91 | 2.35 | - |
| YUV | 81.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 29 | 0 | 0.80 | 0.84 | 0.27 | 3.44 | 0.73 | 0.42 |
| Hex | BA | 26 | 1D | 0 | 50 | 54 | 1B | 3 | 49 | 2A |
| Octal | 272 | 46 | 35 | 0 | 120 | 124 | 33 | 3 | 111 | 52 |
| Binary | 10111010 | 100110 | 11101 | 0 | 1010000 | 1010100 | 11011 | 11 | 1001001 | 101010 |
Color Harmonies of #BA261D
Complementary color
Monochromatic Colors of #BA261D
Black with #BA261D
Text Example
Text Example
White with #BA261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA261D; }
p { color: rgb(186,38,29); }
H1.HeaderClassName
{
color: #BA261D;
}
.AnyTagClassName
{
color: #BA261D;
}
</style>
background-color css
<style>
a { background-color: #BA261D; }
a { background-color: rgb(186,38,29); }
div.DivClassName
{
background-color: #BA261D;
}
.BgClassName
{
background-color: #BA261D;
}
</style>
border-color css
<style>
span { border-color: #BA261D; }
span { border-color: rgb(186,38,29); }
td.TdClassName
{
border-color: #BA261D;
}
.TagClassName
{
border-color: #BA261D;
}
</style>