Shades of Fire Brick #BD1B14
Tints of Fire Brick #BD1B14
RGB
CMYK
RGB Variations
Color information
#BD1B14 (or 0xBD1B14) is known color: Fire Brick. HEX triplet: BD, 1B and 14. RGB value is (189,27,20). Sum of RGB (Red+Green+Blue) = 189+27+20=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1B14 is #42E4EB. Grayscale: #4A4A4A. Windows color (decimal): -4383980 or 1317821. OLE color: 1317821.
HSL color Cylindrical-coordinate representation of color #BD1B14: hue angle of 2.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1B14 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 20 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.26 |
| HSL | 2.49º | 0.81% | 0.41% | - |
| HSV(B) | 2.49º | 0.89% | 0.74% | - |
| XYZ | 21.5 | 11.65 | 1.78 | - |
| YUV | 74.64 | 97.17 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 20 | 0 | 0.86 | 0.89 | 0.26 | 2.49 | 0.81 | 0.41 |
| Hex | BD | 1B | 14 | 0 | 56 | 59 | 1A | 2 | 51 | 29 |
| Octal | 275 | 33 | 24 | 0 | 126 | 131 | 32 | 2 | 121 | 51 |
| Binary | 10111101 | 11011 | 10100 | 0 | 1010110 | 1011001 | 11010 | 10 | 1010001 | 101001 |
Color Harmonies of #BD1B14
Complementary color
Monochromatic Colors of #BD1B14
Black with #BD1B14
Text Example
Text Example
White with #BD1B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B14; }
p { color: rgb(189,27,20); }
H1.HeaderClassName
{
color: #BD1B14;
}
.AnyTagClassName
{
color: #BD1B14;
}
</style>
background-color css
<style>
a { background-color: #BD1B14; }
a { background-color: rgb(189,27,20); }
div.DivClassName
{
background-color: #BD1B14;
}
.BgClassName
{
background-color: #BD1B14;
}
</style>
border-color css
<style>
span { border-color: #BD1B14; }
span { border-color: rgb(189,27,20); }
td.TdClassName
{
border-color: #BD1B14;
}
.TagClassName
{
border-color: #BD1B14;
}
</style>