Shades of Fire Brick #BD1C15
Tints of Fire Brick #BD1C15
RGB
CMYK
RGB Variations
Color information
#BD1C15 (or 0xBD1C15) is known color: Fire Brick. HEX triplet: BD, 1C and 15. RGB value is (189,28,21). Sum of RGB (Red+Green+Blue) = 189+28+21=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C15 is #42E3EA. Grayscale: #4B4B4B. Windows color (decimal): -4383723 or 1383613. OLE color: 1383613.
HSL color Cylindrical-coordinate representation of color #BD1C15: hue angle of 2.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1C15 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 21 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.26 |
| HSL | 2.5º | 0.8% | 0.41% | - |
| HSV(B) | 2.5º | 0.89% | 0.74% | - |
| XYZ | 21.54 | 11.7 | 1.83 | - |
| YUV | 75.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 21 | 0 | 0.85 | 0.89 | 0.26 | 2.5 | 0.8 | 0.41 |
| Hex | BD | 1C | 15 | 0 | 55 | 59 | 1A | 2 | 50 | 29 |
| Octal | 275 | 34 | 25 | 0 | 125 | 131 | 32 | 2 | 120 | 51 |
| Binary | 10111101 | 11100 | 10101 | 0 | 1010101 | 1011001 | 11010 | 10 | 1010000 | 101001 |
Color Harmonies of #BD1C15
Complementary color
Monochromatic Colors of #BD1C15
Black with #BD1C15
Text Example
Text Example
White with #BD1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C15; }
p { color: rgb(189,28,21); }
H1.HeaderClassName
{
color: #BD1C15;
}
.AnyTagClassName
{
color: #BD1C15;
}
</style>
background-color css
<style>
a { background-color: #BD1C15; }
a { background-color: rgb(189,28,21); }
div.DivClassName
{
background-color: #BD1C15;
}
.BgClassName
{
background-color: #BD1C15;
}
</style>
border-color css
<style>
span { border-color: #BD1C15; }
span { border-color: rgb(189,28,21); }
td.TdClassName
{
border-color: #BD1C15;
}
.TagClassName
{
border-color: #BD1C15;
}
</style>