Shades of Fire Brick #BD2222
Tints of Fire Brick #BD2222
RGB
CMYK
RGB Variations
Color information
#BD2222 (or 0xBD2222) is known color: Fire Brick. HEX triplet: BD, 22 and 22. RGB value is (189,34,34). Sum of RGB (Red+Green+Blue) = 189+34+34=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2222 is #42DDDD. Grayscale: #505050. Windows color (decimal): -4382174 or 2237117. OLE color: 2237117.
HSL color Cylindrical-coordinate representation of color #BD2222: hue angle of 0º 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 #BD2222 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 34 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.26 |
| HSL | 0º | 0.7% | 0.44% | - |
| HSV(B) | 0º | 0.82% | 0.74% | - |
| XYZ | 21.85 | 12.08 | 2.69 | - |
| YUV | 80.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 34 | 0 | 0.82 | 0.82 | 0.26 | 0 | 0.7 | 0.44 |
| Hex | BD | 22 | 22 | 0 | 52 | 52 | 1A | 0 | 46 | 2C |
| Octal | 275 | 42 | 42 | 0 | 122 | 122 | 32 | 0 | 106 | 54 |
| Binary | 10111101 | 100010 | 100010 | 0 | 1010010 | 1010010 | 11010 | 0 | 1000110 | 101100 |
Color Harmonies of #BD2222
Complementary color
Monochromatic Colors of #BD2222
Black with #BD2222
Text Example
Text Example
White with #BD2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2222; }
p { color: rgb(189,34,34); }
H1.HeaderClassName
{
color: #BD2222;
}
.AnyTagClassName
{
color: #BD2222;
}
</style>
background-color css
<style>
a { background-color: #BD2222; }
a { background-color: rgb(189,34,34); }
div.DivClassName
{
background-color: #BD2222;
}
.BgClassName
{
background-color: #BD2222;
}
</style>
border-color css
<style>
span { border-color: #BD2222; }
span { border-color: rgb(189,34,34); }
td.TdClassName
{
border-color: #BD2222;
}
.TagClassName
{
border-color: #BD2222;
}
</style>