Shades of Fire Brick #BD2322
Tints of Fire Brick #BD2322
RGB
CMYK
RGB Variations
Color information
#BD2322 (or 0xBD2322) is known color: Fire Brick. HEX triplet: BD, 23 and 22. RGB value is (189,35,34). Sum of RGB (Red+Green+Blue) = 189+35+34=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2322 is #42DCDD. Grayscale: #515151. Windows color (decimal): -4381918 or 2237373. OLE color: 2237373.
HSL color Cylindrical-coordinate representation of color #BD2322: hue angle of 0.39º 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 #BD2322 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 34 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.26 |
| HSL | 0.39º | 0.7% | 0.44% | - |
| HSV(B) | 0.39º | 0.82% | 0.74% | - |
| XYZ | 21.88 | 12.14 | 2.7 | - |
| YUV | 80.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 34 | 0 | 0.81 | 0.82 | 0.26 | 0.39 | 0.7 | 0.44 |
| Hex | BD | 23 | 22 | 0 | 51 | 52 | 1A | 0 | 46 | 2C |
| Octal | 275 | 43 | 42 | 0 | 121 | 122 | 32 | 0 | 106 | 54 |
| Binary | 10111101 | 100011 | 100010 | 0 | 1010001 | 1010010 | 11010 | 0 | 1000110 | 101100 |
Color Harmonies of #BD2322
Complementary color
Monochromatic Colors of #BD2322
Black with #BD2322
Text Example
Text Example
White with #BD2322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2322; }
p { color: rgb(189,35,34); }
H1.HeaderClassName
{
color: #BD2322;
}
.AnyTagClassName
{
color: #BD2322;
}
</style>
background-color css
<style>
a { background-color: #BD2322; }
a { background-color: rgb(189,35,34); }
div.DivClassName
{
background-color: #BD2322;
}
.BgClassName
{
background-color: #BD2322;
}
</style>
border-color css
<style>
span { border-color: #BD2322; }
span { border-color: rgb(189,35,34); }
td.TdClassName
{
border-color: #BD2322;
}
.TagClassName
{
border-color: #BD2322;
}
</style>