Shades of Fire Brick #BD1412
Tints of Fire Brick #BD1412
RGB
CMYK
RGB Variations
Color information
#BD1412 (or 0xBD1412) is known color: Fire Brick. HEX triplet: BD, 14 and 12. RGB value is (189,20,18). Sum of RGB (Red+Green+Blue) = 189+20+18=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1412 is #42EBED. Grayscale: #464646. Windows color (decimal): -4385774 or 1184957. OLE color: 1184957.
HSL color Cylindrical-coordinate representation of color #BD1412: hue angle of 0.7º degrees, saturation: 0.83, 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 #BD1412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 18 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.26 |
| HSL | 0.7º | 0.83% | 0.41% | - |
| HSV(B) | 0.7º | 0.9% | 0.74% | - |
| XYZ | 21.35 | 11.36 | 1.64 | - |
| YUV | 70.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 18 | 0 | 0.89 | 0.90 | 0.26 | 0.7 | 0.83 | 0.41 |
| Hex | BD | 14 | 12 | 0 | 59 | 5A | 1A | 1 | 53 | 29 |
| Octal | 275 | 24 | 22 | 0 | 131 | 132 | 32 | 1 | 123 | 51 |
| Binary | 10111101 | 10100 | 10010 | 0 | 1011001 | 1011010 | 11010 | 1 | 1010011 | 101001 |
Color Harmonies of #BD1412
Complementary color
Monochromatic Colors of #BD1412
Black with #BD1412
Text Example
Text Example
White with #BD1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1412; }
p { color: rgb(189,20,18); }
H1.HeaderClassName
{
color: #BD1412;
}
.AnyTagClassName
{
color: #BD1412;
}
</style>
background-color css
<style>
a { background-color: #BD1412; }
a { background-color: rgb(189,20,18); }
div.DivClassName
{
background-color: #BD1412;
}
.BgClassName
{
background-color: #BD1412;
}
</style>
border-color css
<style>
span { border-color: #BD1412; }
span { border-color: rgb(189,20,18); }
td.TdClassName
{
border-color: #BD1412;
}
.TagClassName
{
border-color: #BD1412;
}
</style>