Shades of Fire Brick #BD2416
Tints of Fire Brick #BD2416
RGB
CMYK
RGB Variations
Color information
#BD2416 (or 0xBD2416) is known color: Fire Brick. HEX triplet: BD, 24 and 16. RGB value is (189,36,22). Sum of RGB (Red+Green+Blue) = 189+36+22=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2416 is #42DBE9. Grayscale: #505050. Windows color (decimal): -4381674 or 1451197. OLE color: 1451197.
HSL color Cylindrical-coordinate representation of color #BD2416: hue angle of 5.03º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD2416 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 22 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.26 |
| HSL | 5.03º | 0.79% | 0.41% | - |
| HSV(B) | 5.03º | 0.88% | 0.74% | - |
| XYZ | 21.76 | 12.14 | 1.96 | - |
| YUV | 80.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 22 | 0 | 0.81 | 0.88 | 0.26 | 5.03 | 0.79 | 0.41 |
| Hex | BD | 24 | 16 | 0 | 51 | 58 | 1A | 5 | 4F | 29 |
| Octal | 275 | 44 | 26 | 0 | 121 | 130 | 32 | 5 | 117 | 51 |
| Binary | 10111101 | 100100 | 10110 | 0 | 1010001 | 1011000 | 11010 | 101 | 1001111 | 101001 |
Color Harmonies of #BD2416
Complementary color
Monochromatic Colors of #BD2416
Black with #BD2416
Text Example
Text Example
White with #BD2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2416; }
p { color: rgb(189,36,22); }
H1.HeaderClassName
{
color: #BD2416;
}
.AnyTagClassName
{
color: #BD2416;
}
</style>
background-color css
<style>
a { background-color: #BD2416; }
a { background-color: rgb(189,36,22); }
div.DivClassName
{
background-color: #BD2416;
}
.BgClassName
{
background-color: #BD2416;
}
</style>
border-color css
<style>
span { border-color: #BD2416; }
span { border-color: rgb(189,36,22); }
td.TdClassName
{
border-color: #BD2416;
}
.TagClassName
{
border-color: #BD2416;
}
</style>