Shades of Fire Brick #BA3028
Tints of Fire Brick #BA3028
RGB
CMYK
RGB Variations
Color information
#BA3028 (or 0xBA3028) is known color: Fire Brick. HEX triplet: BA, 30 and 28. RGB value is (186,48,40). Sum of RGB (Red+Green+Blue) = 186+48+40=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3028 is #45CFD7. Grayscale: #585858. Windows color (decimal): -4575192 or 2633914. OLE color: 2633914.
HSL color Cylindrical-coordinate representation of color #BA3028: hue angle of 3.29º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3028 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 40 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.27 |
| HSL | 3.29º | 0.65% | 0.44% | - |
| HSV(B) | 3.29º | 0.78% | 0.73% | - |
| XYZ | 21.69 | 12.71 | 3.32 | - |
| YUV | 88.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 40 | 0 | 0.74 | 0.78 | 0.27 | 3.29 | 0.65 | 0.44 |
| Hex | BA | 30 | 28 | 0 | 4A | 4E | 1B | 3 | 41 | 2C |
| Octal | 272 | 60 | 50 | 0 | 112 | 116 | 33 | 3 | 101 | 54 |
| Binary | 10111010 | 110000 | 101000 | 0 | 1001010 | 1001110 | 11011 | 11 | 1000001 | 101100 |
Color Harmonies of #BA3028
Complementary color
Monochromatic Colors of #BA3028
Black with #BA3028
Text Example
Text Example
White with #BA3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3028; }
p { color: rgb(186,48,40); }
H1.HeaderClassName
{
color: #BA3028;
}
.AnyTagClassName
{
color: #BA3028;
}
</style>
background-color css
<style>
a { background-color: #BA3028; }
a { background-color: rgb(186,48,40); }
div.DivClassName
{
background-color: #BA3028;
}
.BgClassName
{
background-color: #BA3028;
}
</style>
border-color css
<style>
span { border-color: #BA3028; }
span { border-color: rgb(186,48,40); }
td.TdClassName
{
border-color: #BA3028;
}
.TagClassName
{
border-color: #BA3028;
}
</style>