Shades of Fire Brick #BD2622
Tints of Fire Brick #BD2622
RGB
CMYK
RGB Variations
Color information
#BD2622 (or 0xBD2622) is known color: Fire Brick. HEX triplet: BD, 26 and 22. RGB value is (189,38,34). Sum of RGB (Red+Green+Blue) = 189+38+34=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2622 is #42D9DD. Grayscale: #525252. Windows color (decimal): -4381150 or 2238141. OLE color: 2238141.
HSL color Cylindrical-coordinate representation of color #BD2622: hue angle of 1.55º 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 #BD2622 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 34 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.26 |
| HSL | 1.55º | 0.7% | 0.44% | - |
| HSV(B) | 1.55º | 0.82% | 0.74% | - |
| XYZ | 21.97 | 12.32 | 2.73 | - |
| YUV | 82.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 34 | 0 | 0.80 | 0.82 | 0.26 | 1.55 | 0.7 | 0.44 |
| Hex | BD | 26 | 22 | 0 | 50 | 52 | 1A | 2 | 46 | 2C |
| Octal | 275 | 46 | 42 | 0 | 120 | 122 | 32 | 2 | 106 | 54 |
| Binary | 10111101 | 100110 | 100010 | 0 | 1010000 | 1010010 | 11010 | 10 | 1000110 | 101100 |
Color Harmonies of #BD2622
Complementary color
Monochromatic Colors of #BD2622
Black with #BD2622
Text Example
Text Example
White with #BD2622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2622; }
p { color: rgb(189,38,34); }
H1.HeaderClassName
{
color: #BD2622;
}
.AnyTagClassName
{
color: #BD2622;
}
</style>
background-color css
<style>
a { background-color: #BD2622; }
a { background-color: rgb(189,38,34); }
div.DivClassName
{
background-color: #BD2622;
}
.BgClassName
{
background-color: #BD2622;
}
</style>
border-color css
<style>
span { border-color: #BD2622; }
span { border-color: rgb(189,38,34); }
td.TdClassName
{
border-color: #BD2622;
}
.TagClassName
{
border-color: #BD2622;
}
</style>