Shades of Fire Brick #BD2624
Tints of Fire Brick #BD2624
RGB
CMYK
RGB Variations
Color information
#BD2624 (or 0xBD2624) is known color: Fire Brick. HEX triplet: BD, 26 and 24. RGB value is (189,38,36). Sum of RGB (Red+Green+Blue) = 189+38+36=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2624 is #42D9DB. Grayscale: #535353. Windows color (decimal): -4381148 or 2369213. OLE color: 2369213.
HSL color Cylindrical-coordinate representation of color #BD2624: hue angle of 0.78º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2624 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 36 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.26 |
| HSL | 0.78º | 0.68% | 0.44% | - |
| HSV(B) | 0.78º | 0.81% | 0.74% | - |
| XYZ | 22 | 12.33 | 2.89 | - |
| YUV | 82.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 36 | 0 | 0.80 | 0.81 | 0.26 | 0.78 | 0.68 | 0.44 |
| Hex | BD | 26 | 24 | 0 | 50 | 51 | 1A | 1 | 44 | 2C |
| Octal | 275 | 46 | 44 | 0 | 120 | 121 | 32 | 1 | 104 | 54 |
| Binary | 10111101 | 100110 | 100100 | 0 | 1010000 | 1010001 | 11010 | 1 | 1000100 | 101100 |
Color Harmonies of #BD2624
Complementary color
Monochromatic Colors of #BD2624
Black with #BD2624
Text Example
Text Example
White with #BD2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2624; }
p { color: rgb(189,38,36); }
H1.HeaderClassName
{
color: #BD2624;
}
.AnyTagClassName
{
color: #BD2624;
}
</style>
background-color css
<style>
a { background-color: #BD2624; }
a { background-color: rgb(189,38,36); }
div.DivClassName
{
background-color: #BD2624;
}
.BgClassName
{
background-color: #BD2624;
}
</style>
border-color css
<style>
span { border-color: #BD2624; }
span { border-color: rgb(189,38,36); }
td.TdClassName
{
border-color: #BD2624;
}
.TagClassName
{
border-color: #BD2624;
}
</style>