Shades of Fire Brick #BD1F1C
Tints of Fire Brick #BD1F1C
RGB
CMYK
RGB Variations
Color information
#BD1F1C (or 0xBD1F1C) is known color: Fire Brick. HEX triplet: BD, 1F and 1C. RGB value is (189,31,28). Sum of RGB (Red+Green+Blue) = 189+31+28=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F1C is #42E0E3. Grayscale: #4E4E4E. Windows color (decimal): -4382948 or 1843133. OLE color: 1843133.
HSL color Cylindrical-coordinate representation of color #BD1F1C: hue angle of 1.12º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1F1C is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 28 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.26 |
| HSL | 1.12º | 0.74% | 0.43% | - |
| HSV(B) | 1.12º | 0.85% | 0.74% | - |
| XYZ | 21.69 | 11.88 | 2.25 | - |
| YUV | 77.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 28 | 0 | 0.84 | 0.85 | 0.26 | 1.12 | 0.74 | 0.43 |
| Hex | BD | 1F | 1C | 0 | 54 | 55 | 1A | 1 | 4A | 2B |
| Octal | 275 | 37 | 34 | 0 | 124 | 125 | 32 | 1 | 112 | 53 |
| Binary | 10111101 | 11111 | 11100 | 0 | 1010100 | 1010101 | 11010 | 1 | 1001010 | 101011 |
Color Harmonies of #BD1F1C
Complementary color
Monochromatic Colors of #BD1F1C
Black with #BD1F1C
Text Example
Text Example
White with #BD1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1F1C; }
p { color: rgb(189,31,28); }
H1.HeaderClassName
{
color: #BD1F1C;
}
.AnyTagClassName
{
color: #BD1F1C;
}
</style>
background-color css
<style>
a { background-color: #BD1F1C; }
a { background-color: rgb(189,31,28); }
div.DivClassName
{
background-color: #BD1F1C;
}
.BgClassName
{
background-color: #BD1F1C;
}
</style>
border-color css
<style>
span { border-color: #BD1F1C; }
span { border-color: rgb(189,31,28); }
td.TdClassName
{
border-color: #BD1F1C;
}
.TagClassName
{
border-color: #BD1F1C;
}
</style>