Shades of Fire Brick #BD1611
Tints of Fire Brick #BD1611
RGB
CMYK
RGB Variations
Color information
#BD1611 (or 0xBD1611) is known color: Fire Brick. HEX triplet: BD, 16 and 11. RGB value is (189,22,17). Sum of RGB (Red+Green+Blue) = 189+22+17=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1611 is #42E9EE. Grayscale: #474747. Windows color (decimal): -4385263 or 1119933. OLE color: 1119933.
HSL color Cylindrical-coordinate representation of color #BD1611: hue angle of 1.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1611 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 17 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.26 |
| HSL | 1.74º | 0.83% | 0.4% | - |
| HSV(B) | 1.74º | 0.91% | 0.74% | - |
| XYZ | 21.37 | 11.43 | 1.61 | - |
| YUV | 71.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 17 | 0 | 0.88 | 0.91 | 0.26 | 1.74 | 0.83 | 0.4 |
| Hex | BD | 16 | 11 | 0 | 58 | 5B | 1A | 2 | 53 | 28 |
| Octal | 275 | 26 | 21 | 0 | 130 | 133 | 32 | 2 | 123 | 50 |
| Binary | 10111101 | 10110 | 10001 | 0 | 1011000 | 1011011 | 11010 | 10 | 1010011 | 101000 |
Color Harmonies of #BD1611
Complementary color
Monochromatic Colors of #BD1611
Black with #BD1611
Text Example
Text Example
White with #BD1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1611; }
p { color: rgb(189,22,17); }
H1.HeaderClassName
{
color: #BD1611;
}
.AnyTagClassName
{
color: #BD1611;
}
</style>
background-color css
<style>
a { background-color: #BD1611; }
a { background-color: rgb(189,22,17); }
div.DivClassName
{
background-color: #BD1611;
}
.BgClassName
{
background-color: #BD1611;
}
</style>
border-color css
<style>
span { border-color: #BD1611; }
span { border-color: rgb(189,22,17); }
td.TdClassName
{
border-color: #BD1611;
}
.TagClassName
{
border-color: #BD1611;
}
</style>