Shades of Fire Brick #BD2116
Tints of Fire Brick #BD2116
RGB
CMYK
RGB Variations
Color information
#BD2116 (or 0xBD2116) is known color: Fire Brick. HEX triplet: BD, 21 and 16. RGB value is (189,33,22). Sum of RGB (Red+Green+Blue) = 189+33+22=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2116 is #42DEE9. Grayscale: #4E4E4E. Windows color (decimal): -4382442 or 1450429. OLE color: 1450429.
HSL color Cylindrical-coordinate representation of color #BD2116: hue angle of 3.95º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD2116 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 22 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.26 |
| HSL | 3.95º | 0.79% | 0.41% | - |
| HSV(B) | 3.95º | 0.88% | 0.74% | - |
| XYZ | 21.67 | 11.96 | 1.93 | - |
| YUV | 78.39 | 96.18 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 22 | 0 | 0.83 | 0.88 | 0.26 | 3.95 | 0.79 | 0.41 |
| Hex | BD | 21 | 16 | 0 | 53 | 58 | 1A | 4 | 4F | 29 |
| Octal | 275 | 41 | 26 | 0 | 123 | 130 | 32 | 4 | 117 | 51 |
| Binary | 10111101 | 100001 | 10110 | 0 | 1010011 | 1011000 | 11010 | 100 | 1001111 | 101001 |
Color Harmonies of #BD2116
Complementary color
Monochromatic Colors of #BD2116
Black with #BD2116
Text Example
Text Example
White with #BD2116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2116; }
p { color: rgb(189,33,22); }
H1.HeaderClassName
{
color: #BD2116;
}
.AnyTagClassName
{
color: #BD2116;
}
</style>
background-color css
<style>
a { background-color: #BD2116; }
a { background-color: rgb(189,33,22); }
div.DivClassName
{
background-color: #BD2116;
}
.BgClassName
{
background-color: #BD2116;
}
</style>
border-color css
<style>
span { border-color: #BD2116; }
span { border-color: rgb(189,33,22); }
td.TdClassName
{
border-color: #BD2116;
}
.TagClassName
{
border-color: #BD2116;
}
</style>