Shades of Fire Brick #BD1717
Tints of Fire Brick #BD1717
RGB
CMYK
RGB Variations
Color information
#BD1717 (or 0xBD1717) is known color: Fire Brick. HEX triplet: BD, 17 and 17. RGB value is (189,23,23). Sum of RGB (Red+Green+Blue) = 189+23+23=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1717 is #42E8E8. Grayscale: #484848. Windows color (decimal): -4385001 or 1513405. OLE color: 1513405.
HSL color Cylindrical-coordinate representation of color #BD1717: hue angle of 0º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1717 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 23 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.26 |
| HSL | 0º | 0.78% | 0.42% | - |
| HSV(B) | 0º | 0.88% | 0.74% | - |
| XYZ | 21.45 | 11.49 | 1.9 | - |
| YUV | 72.63 | 100 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 23 | 0 | 0.88 | 0.88 | 0.26 | 0 | 0.78 | 0.42 |
| Hex | BD | 17 | 17 | 0 | 58 | 58 | 1A | 0 | 4E | 2A |
| Octal | 275 | 27 | 27 | 0 | 130 | 130 | 32 | 0 | 116 | 52 |
| Binary | 10111101 | 10111 | 10111 | 0 | 1011000 | 1011000 | 11010 | 0 | 1001110 | 101010 |
Color Harmonies of #BD1717
Complementary color
Monochromatic Colors of #BD1717
Black with #BD1717
Text Example
Text Example
White with #BD1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1717; }
p { color: rgb(189,23,23); }
H1.HeaderClassName
{
color: #BD1717;
}
.AnyTagClassName
{
color: #BD1717;
}
</style>
background-color css
<style>
a { background-color: #BD1717; }
a { background-color: rgb(189,23,23); }
div.DivClassName
{
background-color: #BD1717;
}
.BgClassName
{
background-color: #BD1717;
}
</style>
border-color css
<style>
span { border-color: #BD1717; }
span { border-color: rgb(189,23,23); }
td.TdClassName
{
border-color: #BD1717;
}
.TagClassName
{
border-color: #BD1717;
}
</style>