Shades of Fire Brick #BD2413
Tints of Fire Brick #BD2413
RGB
CMYK
RGB Variations
Color information
#BD2413 (or 0xBD2413) is known color: Fire Brick. HEX triplet: BD, 24 and 13. RGB value is (189,36,19). Sum of RGB (Red+Green+Blue) = 189+36+19=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2413 is #42DBEC. Grayscale: #505050. Windows color (decimal): -4381677 or 1254589. OLE color: 1254589.
HSL color Cylindrical-coordinate representation of color #BD2413: hue angle of 6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD2413 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.26 |
| HSL | 6º | 0.82% | 0.41% | - |
| HSV(B) | 6º | 0.9% | 0.74% | - |
| XYZ | 21.73 | 12.13 | 1.81 | - |
| YUV | 79.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 19 | 0 | 0.81 | 0.90 | 0.26 | 6 | 0.82 | 0.41 |
| Hex | BD | 24 | 13 | 0 | 51 | 5A | 1A | 6 | 52 | 29 |
| Octal | 275 | 44 | 23 | 0 | 121 | 132 | 32 | 6 | 122 | 51 |
| Binary | 10111101 | 100100 | 10011 | 0 | 1010001 | 1011010 | 11010 | 110 | 1010010 | 101001 |
Color Harmonies of #BD2413
Complementary color
Monochromatic Colors of #BD2413
Black with #BD2413
Text Example
Text Example
White with #BD2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2413; }
p { color: rgb(189,36,19); }
H1.HeaderClassName
{
color: #BD2413;
}
.AnyTagClassName
{
color: #BD2413;
}
</style>
background-color css
<style>
a { background-color: #BD2413; }
a { background-color: rgb(189,36,19); }
div.DivClassName
{
background-color: #BD2413;
}
.BgClassName
{
background-color: #BD2413;
}
</style>
border-color css
<style>
span { border-color: #BD2413; }
span { border-color: rgb(189,36,19); }
td.TdClassName
{
border-color: #BD2413;
}
.TagClassName
{
border-color: #BD2413;
}
</style>