Shades of Fire Brick #BD1D12
Tints of Fire Brick #BD1D12
RGB
CMYK
RGB Variations
Color information
#BD1D12 (or 0xBD1D12) is known color: Fire Brick. HEX triplet: BD, 1D and 12. RGB value is (189,29,18). Sum of RGB (Red+Green+Blue) = 189+29+18=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1D12 is #42E2ED. Grayscale: #4B4B4B. Windows color (decimal): -4383470 or 1187261. OLE color: 1187261.
HSL color Cylindrical-coordinate representation of color #BD1D12: hue angle of 3.86º degrees, saturation: 0.83, 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 #BD1D12 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 18 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.26 |
| HSL | 3.86º | 0.83% | 0.41% | - |
| HSV(B) | 3.86º | 0.9% | 0.74% | - |
| XYZ | 21.53 | 11.74 | 1.7 | - |
| YUV | 75.59 | 95.51 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 18 | 0 | 0.85 | 0.90 | 0.26 | 3.86 | 0.83 | 0.41 |
| Hex | BD | 1D | 12 | 0 | 55 | 5A | 1A | 4 | 53 | 29 |
| Octal | 275 | 35 | 22 | 0 | 125 | 132 | 32 | 4 | 123 | 51 |
| Binary | 10111101 | 11101 | 10010 | 0 | 1010101 | 1011010 | 11010 | 100 | 1010011 | 101001 |
Color Harmonies of #BD1D12
Complementary color
Monochromatic Colors of #BD1D12
Black with #BD1D12
Text Example
Text Example
White with #BD1D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1D12; }
p { color: rgb(189,29,18); }
H1.HeaderClassName
{
color: #BD1D12;
}
.AnyTagClassName
{
color: #BD1D12;
}
</style>
background-color css
<style>
a { background-color: #BD1D12; }
a { background-color: rgb(189,29,18); }
div.DivClassName
{
background-color: #BD1D12;
}
.BgClassName
{
background-color: #BD1D12;
}
</style>
border-color css
<style>
span { border-color: #BD1D12; }
span { border-color: rgb(189,29,18); }
td.TdClassName
{
border-color: #BD1D12;
}
.TagClassName
{
border-color: #BD1D12;
}
</style>