Shades of Fire Brick #BD1212
Tints of Fire Brick #BD1212
RGB
CMYK
RGB Variations
Color information
#BD1212 (or 0xBD1212) is known color: Fire Brick. HEX triplet: BD, 12 and 12. RGB value is (189,18,18). Sum of RGB (Red+Green+Blue) = 189+18+18=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1212 is #42EDED. Grayscale: #454545. Windows color (decimal): -4386286 or 1184445. OLE color: 1184445.
HSL color Cylindrical-coordinate representation of color #BD1212: hue angle of 0º 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 #BD1212 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 18 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.26 |
| HSL | 0º | 0.83% | 0.41% | - |
| HSV(B) | 0º | 0.9% | 0.74% | - |
| XYZ | 21.31 | 11.3 | 1.63 | - |
| YUV | 69.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 18 | 0 | 0.90 | 0.90 | 0.26 | 0 | 0.83 | 0.41 |
| Hex | BD | 12 | 12 | 0 | 5A | 5A | 1A | 0 | 53 | 29 |
| Octal | 275 | 22 | 22 | 0 | 132 | 132 | 32 | 0 | 123 | 51 |
| Binary | 10111101 | 10010 | 10010 | 0 | 1011010 | 1011010 | 11010 | 0 | 1010011 | 101001 |
Color Harmonies of #BD1212
Complementary color
Monochromatic Colors of #BD1212
Black with #BD1212
Text Example
Text Example
White with #BD1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1212; }
p { color: rgb(189,18,18); }
H1.HeaderClassName
{
color: #BD1212;
}
.AnyTagClassName
{
color: #BD1212;
}
</style>
background-color css
<style>
a { background-color: #BD1212; }
a { background-color: rgb(189,18,18); }
div.DivClassName
{
background-color: #BD1212;
}
.BgClassName
{
background-color: #BD1212;
}
</style>
border-color css
<style>
span { border-color: #BD1212; }
span { border-color: rgb(189,18,18); }
td.TdClassName
{
border-color: #BD1212;
}
.TagClassName
{
border-color: #BD1212;
}
</style>