Shades of Fire Brick #BD211E
Tints of Fire Brick #BD211E
RGB
CMYK
RGB Variations
Color information
#BD211E (or 0xBD211E) is known color: Fire Brick. HEX triplet: BD, 21 and 1E. RGB value is (189,33,30). Sum of RGB (Red+Green+Blue) = 189+33+30=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD211E is #42DEE1. Grayscale: #4F4F4F. Windows color (decimal): -4382434 or 1974717. OLE color: 1974717.
HSL color Cylindrical-coordinate representation of color #BD211E: hue angle of 1.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD211E is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 30 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.26 |
| HSL | 1.13º | 0.73% | 0.43% | - |
| HSV(B) | 1.13º | 0.84% | 0.74% | - |
| XYZ | 21.76 | 12 | 2.4 | - |
| YUV | 79.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 30 | 0 | 0.83 | 0.84 | 0.26 | 1.13 | 0.73 | 0.43 |
| Hex | BD | 21 | 1E | 0 | 53 | 54 | 1A | 1 | 49 | 2B |
| Octal | 275 | 41 | 36 | 0 | 123 | 124 | 32 | 1 | 111 | 53 |
| Binary | 10111101 | 100001 | 11110 | 0 | 1010011 | 1010100 | 11010 | 1 | 1001001 | 101011 |
Color Harmonies of #BD211E
Complementary color
Monochromatic Colors of #BD211E
Black with #BD211E
Text Example
Text Example
White with #BD211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD211E; }
p { color: rgb(189,33,30); }
H1.HeaderClassName
{
color: #BD211E;
}
.AnyTagClassName
{
color: #BD211E;
}
</style>
background-color css
<style>
a { background-color: #BD211E; }
a { background-color: rgb(189,33,30); }
div.DivClassName
{
background-color: #BD211E;
}
.BgClassName
{
background-color: #BD211E;
}
</style>
border-color css
<style>
span { border-color: #BD211E; }
span { border-color: rgb(189,33,30); }
td.TdClassName
{
border-color: #BD211E;
}
.TagClassName
{
border-color: #BD211E;
}
</style>