Shades of Fire Brick #BD2014
Tints of Fire Brick #BD2014
RGB
CMYK
RGB Variations
Color information
#BD2014 (or 0xBD2014) is known color: Fire Brick. HEX triplet: BD, 20 and 14. RGB value is (189,32,20). Sum of RGB (Red+Green+Blue) = 189+32+20=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2014 is #42DFEB. Grayscale: #4D4D4D. Windows color (decimal): -4382700 or 1319101. OLE color: 1319101.
HSL color Cylindrical-coordinate representation of color #BD2014: hue angle of 4.26º 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 #BD2014 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 20 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.26 |
| HSL | 4.26º | 0.81% | 0.41% | - |
| HSV(B) | 4.26º | 0.89% | 0.74% | - |
| XYZ | 21.63 | 11.9 | 1.82 | - |
| YUV | 77.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 20 | 0 | 0.83 | 0.89 | 0.26 | 4.26 | 0.81 | 0.41 |
| Hex | BD | 20 | 14 | 0 | 53 | 59 | 1A | 4 | 51 | 29 |
| Octal | 275 | 40 | 24 | 0 | 123 | 131 | 32 | 4 | 121 | 51 |
| Binary | 10111101 | 100000 | 10100 | 0 | 1010011 | 1011001 | 11010 | 100 | 1010001 | 101001 |
Color Harmonies of #BD2014
Complementary color
Monochromatic Colors of #BD2014
Black with #BD2014
Text Example
Text Example
White with #BD2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2014; }
p { color: rgb(189,32,20); }
H1.HeaderClassName
{
color: #BD2014;
}
.AnyTagClassName
{
color: #BD2014;
}
</style>
background-color css
<style>
a { background-color: #BD2014; }
a { background-color: rgb(189,32,20); }
div.DivClassName
{
background-color: #BD2014;
}
.BgClassName
{
background-color: #BD2014;
}
</style>
border-color css
<style>
span { border-color: #BD2014; }
span { border-color: rgb(189,32,20); }
td.TdClassName
{
border-color: #BD2014;
}
.TagClassName
{
border-color: #BD2014;
}
</style>