Shades of Fire Brick #BD2421
Tints of Fire Brick #BD2421
RGB
CMYK
RGB Variations
Color information
#BD2421 (or 0xBD2421) is known color: Fire Brick. HEX triplet: BD, 24 and 21. RGB value is (189,36,33). Sum of RGB (Red+Green+Blue) = 189+36+33=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2421 is #42DBDE. Grayscale: #515151. Windows color (decimal): -4381663 or 2172093. OLE color: 2172093.
HSL color Cylindrical-coordinate representation of color #BD2421: hue angle of 1.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2421 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 33 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.26 |
| HSL | 1.15º | 0.7% | 0.44% | - |
| HSV(B) | 1.15º | 0.83% | 0.74% | - |
| XYZ | 21.89 | 12.19 | 2.64 | - |
| YUV | 81.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 33 | 0 | 0.81 | 0.83 | 0.26 | 1.15 | 0.7 | 0.44 |
| Hex | BD | 24 | 21 | 0 | 51 | 53 | 1A | 1 | 46 | 2C |
| Octal | 275 | 44 | 41 | 0 | 121 | 123 | 32 | 1 | 106 | 54 |
| Binary | 10111101 | 100100 | 100001 | 0 | 1010001 | 1010011 | 11010 | 1 | 1000110 | 101100 |
Color Harmonies of #BD2421
Complementary color
Monochromatic Colors of #BD2421
Black with #BD2421
Text Example
Text Example
White with #BD2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2421; }
p { color: rgb(189,36,33); }
H1.HeaderClassName
{
color: #BD2421;
}
.AnyTagClassName
{
color: #BD2421;
}
</style>
background-color css
<style>
a { background-color: #BD2421; }
a { background-color: rgb(189,36,33); }
div.DivClassName
{
background-color: #BD2421;
}
.BgClassName
{
background-color: #BD2421;
}
</style>
border-color css
<style>
span { border-color: #BD2421; }
span { border-color: rgb(189,36,33); }
td.TdClassName
{
border-color: #BD2421;
}
.TagClassName
{
border-color: #BD2421;
}
</style>