Shades of Fire Brick #BD2524
Tints of Fire Brick #BD2524
RGB
CMYK
RGB Variations
Color information
#BD2524 (or 0xBD2524) is known color: Fire Brick. HEX triplet: BD, 25 and 24. RGB value is (189,37,36). Sum of RGB (Red+Green+Blue) = 189+37+36=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2524 is #42DADB. Grayscale: #525252. Windows color (decimal): -4381404 or 2368957. OLE color: 2368957.
HSL color Cylindrical-coordinate representation of color #BD2524: hue angle of 0.39º 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 #BD2524 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 36 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.26 |
| HSL | 0.39º | 0.68% | 0.44% | - |
| HSV(B) | 0.39º | 0.81% | 0.74% | - |
| XYZ | 21.97 | 12.27 | 2.88 | - |
| YUV | 82.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 36 | 0 | 0.80 | 0.81 | 0.26 | 0.39 | 0.68 | 0.44 |
| Hex | BD | 25 | 24 | 0 | 50 | 51 | 1A | 0 | 44 | 2C |
| Octal | 275 | 45 | 44 | 0 | 120 | 121 | 32 | 0 | 104 | 54 |
| Binary | 10111101 | 100101 | 100100 | 0 | 1010000 | 1010001 | 11010 | 0 | 1000100 | 101100 |
Color Harmonies of #BD2524
Complementary color
Monochromatic Colors of #BD2524
Black with #BD2524
Text Example
Text Example
White with #BD2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2524; }
p { color: rgb(189,37,36); }
H1.HeaderClassName
{
color: #BD2524;
}
.AnyTagClassName
{
color: #BD2524;
}
</style>
background-color css
<style>
a { background-color: #BD2524; }
a { background-color: rgb(189,37,36); }
div.DivClassName
{
background-color: #BD2524;
}
.BgClassName
{
background-color: #BD2524;
}
</style>
border-color css
<style>
span { border-color: #BD2524; }
span { border-color: rgb(189,37,36); }
td.TdClassName
{
border-color: #BD2524;
}
.TagClassName
{
border-color: #BD2524;
}
</style>