Shades of Fire Brick #BA2321
Tints of Fire Brick #BA2321
RGB
CMYK
RGB Variations
Color information
#BA2321 (or 0xBA2321) is known color: Fire Brick. HEX triplet: BA, 23 and 21. RGB value is (186,35,33). Sum of RGB (Red+Green+Blue) = 186+35+33=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2321 is #45DCDE. Grayscale: #505050. Windows color (decimal): -4578527 or 2171834. OLE color: 2171834.
HSL color Cylindrical-coordinate representation of color #BA2321: hue angle of 0.78º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2321 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 33 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.27 |
| HSL | 0.78º | 0.7% | 0.43% | - |
| HSV(B) | 0.78º | 0.82% | 0.73% | - |
| XYZ | 21.13 | 11.75 | 2.59 | - |
| YUV | 79.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 33 | 0 | 0.81 | 0.82 | 0.27 | 0.78 | 0.7 | 0.43 |
| Hex | BA | 23 | 21 | 0 | 51 | 52 | 1B | 1 | 46 | 2B |
| Octal | 272 | 43 | 41 | 0 | 121 | 122 | 33 | 1 | 106 | 53 |
| Binary | 10111010 | 100011 | 100001 | 0 | 1010001 | 1010010 | 11011 | 1 | 1000110 | 101011 |
Color Harmonies of #BA2321
Complementary color
Monochromatic Colors of #BA2321
Black with #BA2321
Text Example
Text Example
White with #BA2321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2321; }
p { color: rgb(186,35,33); }
H1.HeaderClassName
{
color: #BA2321;
}
.AnyTagClassName
{
color: #BA2321;
}
</style>
background-color css
<style>
a { background-color: #BA2321; }
a { background-color: rgb(186,35,33); }
div.DivClassName
{
background-color: #BA2321;
}
.BgClassName
{
background-color: #BA2321;
}
</style>
border-color css
<style>
span { border-color: #BA2321; }
span { border-color: rgb(186,35,33); }
td.TdClassName
{
border-color: #BA2321;
}
.TagClassName
{
border-color: #BA2321;
}
</style>