Shades of Fire Brick #BD2822
Tints of Fire Brick #BD2822
RGB
CMYK
RGB Variations
Color information
#BD2822 (or 0xBD2822) is known color: Fire Brick. HEX triplet: BD, 28 and 22. RGB value is (189,40,34). Sum of RGB (Red+Green+Blue) = 189+40+34=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2822 is #42D7DD. Grayscale: #545454. Windows color (decimal): -4380638 or 2238653. OLE color: 2238653.
HSL color Cylindrical-coordinate representation of color #BD2822: hue angle of 2.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2822 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 34 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.26 |
| HSL | 2.32º | 0.7% | 0.44% | - |
| HSV(B) | 2.32º | 0.82% | 0.74% | - |
| XYZ | 22.03 | 12.45 | 2.76 | - |
| YUV | 83.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 34 | 0 | 0.79 | 0.82 | 0.26 | 2.32 | 0.7 | 0.44 |
| Hex | BD | 28 | 22 | 0 | 4F | 52 | 1A | 2 | 46 | 2C |
| Octal | 275 | 50 | 42 | 0 | 117 | 122 | 32 | 2 | 106 | 54 |
| Binary | 10111101 | 101000 | 100010 | 0 | 1001111 | 1010010 | 11010 | 10 | 1000110 | 101100 |
Color Harmonies of #BD2822
Complementary color
Monochromatic Colors of #BD2822
Black with #BD2822
Text Example
Text Example
White with #BD2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2822; }
p { color: rgb(189,40,34); }
H1.HeaderClassName
{
color: #BD2822;
}
.AnyTagClassName
{
color: #BD2822;
}
</style>
background-color css
<style>
a { background-color: #BD2822; }
a { background-color: rgb(189,40,34); }
div.DivClassName
{
background-color: #BD2822;
}
.BgClassName
{
background-color: #BD2822;
}
</style>
border-color css
<style>
span { border-color: #BD2822; }
span { border-color: rgb(189,40,34); }
td.TdClassName
{
border-color: #BD2822;
}
.TagClassName
{
border-color: #BD2822;
}
</style>