Shades of Fire Brick #BD1713
Tints of Fire Brick #BD1713
RGB
CMYK
RGB Variations
Color information
#BD1713 (or 0xBD1713) is known color: Fire Brick. HEX triplet: BD, 17 and 13. RGB value is (189,23,19). Sum of RGB (Red+Green+Blue) = 189+23+19=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1713 is #42E8EC. Grayscale: #484848. Windows color (decimal): -4385005 or 1251261. OLE color: 1251261.
HSL color Cylindrical-coordinate representation of color #BD1713: hue angle of 1.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 19 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.26 |
| HSL | 1.41º | 0.82% | 0.41% | - |
| HSV(B) | 1.41º | 0.9% | 0.74% | - |
| XYZ | 21.41 | 11.48 | 1.7 | - |
| YUV | 72.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 19 | 0 | 0.88 | 0.90 | 0.26 | 1.41 | 0.82 | 0.41 |
| Hex | BD | 17 | 13 | 0 | 58 | 5A | 1A | 1 | 52 | 29 |
| Octal | 275 | 27 | 23 | 0 | 130 | 132 | 32 | 1 | 122 | 51 |
| Binary | 10111101 | 10111 | 10011 | 0 | 1011000 | 1011010 | 11010 | 1 | 1010010 | 101001 |
Color Harmonies of #BD1713
Complementary color
Monochromatic Colors of #BD1713
Black with #BD1713
Text Example
Text Example
White with #BD1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1713; }
p { color: rgb(189,23,19); }
H1.HeaderClassName
{
color: #BD1713;
}
.AnyTagClassName
{
color: #BD1713;
}
</style>
background-color css
<style>
a { background-color: #BD1713; }
a { background-color: rgb(189,23,19); }
div.DivClassName
{
background-color: #BD1713;
}
.BgClassName
{
background-color: #BD1713;
}
</style>
border-color css
<style>
span { border-color: #BD1713; }
span { border-color: rgb(189,23,19); }
td.TdClassName
{
border-color: #BD1713;
}
.TagClassName
{
border-color: #BD1713;
}
</style>