Shades of Fire Brick #BD1716
Tints of Fire Brick #BD1716
RGB
CMYK
RGB Variations
Color information
#BD1716 (or 0xBD1716) is known color: Fire Brick. HEX triplet: BD, 17 and 16. RGB value is (189,23,22). Sum of RGB (Red+Green+Blue) = 189+23+22=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1716 is #42E8E9. Grayscale: #484848. Windows color (decimal): -4385002 or 1447869. OLE color: 1447869.
HSL color Cylindrical-coordinate representation of color #BD1716: hue angle of 0.36º 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 #BD1716 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 22 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.26 |
| HSL | 0.36º | 0.79% | 0.41% | - |
| HSV(B) | 0.36º | 0.88% | 0.74% | - |
| XYZ | 21.44 | 11.49 | 1.85 | - |
| YUV | 72.52 | 99.5 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 22 | 0 | 0.88 | 0.88 | 0.26 | 0.36 | 0.79 | 0.41 |
| Hex | BD | 17 | 16 | 0 | 58 | 58 | 1A | 0 | 4F | 29 |
| Octal | 275 | 27 | 26 | 0 | 130 | 130 | 32 | 0 | 117 | 51 |
| Binary | 10111101 | 10111 | 10110 | 0 | 1011000 | 1011000 | 11010 | 0 | 1001111 | 101001 |
Color Harmonies of #BD1716
Complementary color
Monochromatic Colors of #BD1716
Black with #BD1716
Text Example
Text Example
White with #BD1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1716; }
p { color: rgb(189,23,22); }
H1.HeaderClassName
{
color: #BD1716;
}
.AnyTagClassName
{
color: #BD1716;
}
</style>
background-color css
<style>
a { background-color: #BD1716; }
a { background-color: rgb(189,23,22); }
div.DivClassName
{
background-color: #BD1716;
}
.BgClassName
{
background-color: #BD1716;
}
</style>
border-color css
<style>
span { border-color: #BD1716; }
span { border-color: rgb(189,23,22); }
td.TdClassName
{
border-color: #BD1716;
}
.TagClassName
{
border-color: #BD1716;
}
</style>