Shades of Fire Brick #BA241D
Tints of Fire Brick #BA241D
RGB
CMYK
RGB Variations
Color information
#BA241D (or 0xBA241D) is known color: Fire Brick. HEX triplet: BA, 24 and 1D. RGB value is (186,36,29). Sum of RGB (Red+Green+Blue) = 186+36+29=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA241D is #45DBE2. Grayscale: #505050. Windows color (decimal): -4578275 or 1909946. OLE color: 1909946.
HSL color Cylindrical-coordinate representation of color #BA241D: hue angle of 2.68º 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 #BA241D is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 29 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.27 |
| HSL | 2.68º | 0.73% | 0.42% | - |
| HSV(B) | 2.68º | 0.84% | 0.73% | - |
| XYZ | 21.1 | 11.79 | 2.33 | - |
| YUV | 80.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 29 | 0 | 0.81 | 0.84 | 0.27 | 2.68 | 0.73 | 0.42 |
| Hex | BA | 24 | 1D | 0 | 51 | 54 | 1B | 3 | 49 | 2A |
| Octal | 272 | 44 | 35 | 0 | 121 | 124 | 33 | 3 | 111 | 52 |
| Binary | 10111010 | 100100 | 11101 | 0 | 1010001 | 1010100 | 11011 | 11 | 1001001 | 101010 |
Color Harmonies of #BA241D
Complementary color
Monochromatic Colors of #BA241D
Black with #BA241D
Text Example
Text Example
White with #BA241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA241D; }
p { color: rgb(186,36,29); }
H1.HeaderClassName
{
color: #BA241D;
}
.AnyTagClassName
{
color: #BA241D;
}
</style>
background-color css
<style>
a { background-color: #BA241D; }
a { background-color: rgb(186,36,29); }
div.DivClassName
{
background-color: #BA241D;
}
.BgClassName
{
background-color: #BA241D;
}
</style>
border-color css
<style>
span { border-color: #BA241D; }
span { border-color: rgb(186,36,29); }
td.TdClassName
{
border-color: #BA241D;
}
.TagClassName
{
border-color: #BA241D;
}
</style>