Shades of Fire Brick #BD2920
Tints of Fire Brick #BD2920
RGB
CMYK
RGB Variations
Color information
#BD2920 (or 0xBD2920) is known color: Fire Brick. HEX triplet: BD, 29 and 20. RGB value is (189,41,32). Sum of RGB (Red+Green+Blue) = 189+41+32=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2920 is #42D6DF. Grayscale: #545454. Windows color (decimal): -4380384 or 2107837. OLE color: 2107837.
HSL color Cylindrical-coordinate representation of color #BD2920: hue angle of 3.44º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2920 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 32 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.26 |
| HSL | 3.44º | 0.71% | 0.43% | - |
| HSV(B) | 3.44º | 0.83% | 0.74% | - |
| XYZ | 22.04 | 12.51 | 2.62 | - |
| YUV | 84.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 32 | 0 | 0.78 | 0.83 | 0.26 | 3.44 | 0.71 | 0.43 |
| Hex | BD | 29 | 20 | 0 | 4E | 53 | 1A | 3 | 47 | 2B |
| Octal | 275 | 51 | 40 | 0 | 116 | 123 | 32 | 3 | 107 | 53 |
| Binary | 10111101 | 101001 | 100000 | 0 | 1001110 | 1010011 | 11010 | 11 | 1000111 | 101011 |
Color Harmonies of #BD2920
Complementary color
Monochromatic Colors of #BD2920
Black with #BD2920
Text Example
Text Example
White with #BD2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2920; }
p { color: rgb(189,41,32); }
H1.HeaderClassName
{
color: #BD2920;
}
.AnyTagClassName
{
color: #BD2920;
}
</style>
background-color css
<style>
a { background-color: #BD2920; }
a { background-color: rgb(189,41,32); }
div.DivClassName
{
background-color: #BD2920;
}
.BgClassName
{
background-color: #BD2920;
}
</style>
border-color css
<style>
span { border-color: #BD2920; }
span { border-color: rgb(189,41,32); }
td.TdClassName
{
border-color: #BD2920;
}
.TagClassName
{
border-color: #BD2920;
}
</style>