Shades of Fire Brick #BD2012
Tints of Fire Brick #BD2012
RGB
CMYK
RGB Variations
Color information
#BD2012 (or 0xBD2012) is known color: Fire Brick. HEX triplet: BD, 20 and 12. RGB value is (189,32,18). Sum of RGB (Red+Green+Blue) = 189+32+18=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2012 is #42DFED. Grayscale: #4D4D4D. Windows color (decimal): -4382702 or 1188029. OLE color: 1188029.
HSL color Cylindrical-coordinate representation of color #BD2012: hue angle of 4.91º 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 #BD2012 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 18 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.26 |
| HSL | 4.91º | 0.83% | 0.41% | - |
| HSV(B) | 4.91º | 0.9% | 0.74% | - |
| XYZ | 21.61 | 11.9 | 1.73 | - |
| YUV | 77.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 18 | 0 | 0.83 | 0.90 | 0.26 | 4.91 | 0.83 | 0.41 |
| Hex | BD | 20 | 12 | 0 | 53 | 5A | 1A | 5 | 53 | 29 |
| Octal | 275 | 40 | 22 | 0 | 123 | 132 | 32 | 5 | 123 | 51 |
| Binary | 10111101 | 100000 | 10010 | 0 | 1010011 | 1011010 | 11010 | 101 | 1010011 | 101001 |
Color Harmonies of #BD2012
Complementary color
Monochromatic Colors of #BD2012
Black with #BD2012
Text Example
Text Example
White with #BD2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2012; }
p { color: rgb(189,32,18); }
H1.HeaderClassName
{
color: #BD2012;
}
.AnyTagClassName
{
color: #BD2012;
}
</style>
background-color css
<style>
a { background-color: #BD2012; }
a { background-color: rgb(189,32,18); }
div.DivClassName
{
background-color: #BD2012;
}
.BgClassName
{
background-color: #BD2012;
}
</style>
border-color css
<style>
span { border-color: #BD2012; }
span { border-color: rgb(189,32,18); }
td.TdClassName
{
border-color: #BD2012;
}
.TagClassName
{
border-color: #BD2012;
}
</style>