Shades of Fire Brick #BD1C10
Tints of Fire Brick #BD1C10
RGB
CMYK
RGB Variations
Color information
#BD1C10 (or 0xBD1C10) is known color: Fire Brick. HEX triplet: BD, 1C and 10. RGB value is (189,28,16). Sum of RGB (Red+Green+Blue) = 189+28+16=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C10 is #42E3EF. Grayscale: #4A4A4A. Windows color (decimal): -4383728 or 1055933. OLE color: 1055933.
HSL color Cylindrical-coordinate representation of color #BD1C10: hue angle of 4.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1C10 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.26 |
| HSL | 4.16º | 0.84% | 0.4% | - |
| HSV(B) | 4.16º | 0.92% | 0.74% | - |
| XYZ | 21.5 | 11.69 | 1.61 | - |
| YUV | 74.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 16 | 0 | 0.85 | 0.92 | 0.26 | 4.16 | 0.84 | 0.4 |
| Hex | BD | 1C | 10 | 0 | 55 | 5C | 1A | 4 | 54 | 28 |
| Octal | 275 | 34 | 20 | 0 | 125 | 134 | 32 | 4 | 124 | 50 |
| Binary | 10111101 | 11100 | 10000 | 0 | 1010101 | 1011100 | 11010 | 100 | 1010100 | 101000 |
Color Harmonies of #BD1C10
Complementary color
Monochromatic Colors of #BD1C10
Black with #BD1C10
Text Example
Text Example
White with #BD1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C10; }
p { color: rgb(189,28,16); }
H1.HeaderClassName
{
color: #BD1C10;
}
.AnyTagClassName
{
color: #BD1C10;
}
</style>
background-color css
<style>
a { background-color: #BD1C10; }
a { background-color: rgb(189,28,16); }
div.DivClassName
{
background-color: #BD1C10;
}
.BgClassName
{
background-color: #BD1C10;
}
</style>
border-color css
<style>
span { border-color: #BD1C10; }
span { border-color: rgb(189,28,16); }
td.TdClassName
{
border-color: #BD1C10;
}
.TagClassName
{
border-color: #BD1C10;
}
</style>