Shades of Fire Brick #BD2820
Tints of Fire Brick #BD2820
RGB
CMYK
RGB Variations
Color information
#BD2820 (or 0xBD2820) is known color: Fire Brick. HEX triplet: BD, 28 and 20. RGB value is (189,40,32). Sum of RGB (Red+Green+Blue) = 189+40+32=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2820 is #42D7DF. Grayscale: #535353. Windows color (decimal): -4380640 or 2107581. OLE color: 2107581.
HSL color Cylindrical-coordinate representation of color #BD2820: hue angle of 3.06º 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 #BD2820 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 32 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.26 |
| HSL | 3.06º | 0.71% | 0.43% | - |
| HSV(B) | 3.06º | 0.83% | 0.74% | - |
| XYZ | 22.01 | 12.44 | 2.61 | - |
| YUV | 83.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 32 | 0 | 0.79 | 0.83 | 0.26 | 3.06 | 0.71 | 0.43 |
| Hex | BD | 28 | 20 | 0 | 4F | 53 | 1A | 3 | 47 | 2B |
| Octal | 275 | 50 | 40 | 0 | 117 | 123 | 32 | 3 | 107 | 53 |
| Binary | 10111101 | 101000 | 100000 | 0 | 1001111 | 1010011 | 11010 | 11 | 1000111 | 101011 |
Color Harmonies of #BD2820
Complementary color
Monochromatic Colors of #BD2820
Black with #BD2820
Text Example
Text Example
White with #BD2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2820; }
p { color: rgb(189,40,32); }
H1.HeaderClassName
{
color: #BD2820;
}
.AnyTagClassName
{
color: #BD2820;
}
</style>
background-color css
<style>
a { background-color: #BD2820; }
a { background-color: rgb(189,40,32); }
div.DivClassName
{
background-color: #BD2820;
}
.BgClassName
{
background-color: #BD2820;
}
</style>
border-color css
<style>
span { border-color: #BD2820; }
span { border-color: rgb(189,40,32); }
td.TdClassName
{
border-color: #BD2820;
}
.TagClassName
{
border-color: #BD2820;
}
</style>