Shades of Fire Brick #BD190C
Tints of Fire Brick #BD190C
RGB
CMYK
RGB Variations
Color information
#BD190C (or 0xBD190C) is known color: Fire Brick. HEX triplet: BD, 19 and 0C. RGB value is (189,25,12). Sum of RGB (Red+Green+Blue) = 189+25+12=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD190C is #42E6F3. Grayscale: #484848. Windows color (decimal): -4384500 or 793021. OLE color: 793021.
HSL color Cylindrical-coordinate representation of color #BD190C: hue angle of 4.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD190C is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 12 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.26 |
| HSL | 4.41º | 0.88% | 0.39% | - |
| HSV(B) | 4.41º | 0.94% | 0.74% | - |
| XYZ | 21.4 | 11.54 | 1.45 | - |
| YUV | 72.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 12 | 0 | 0.87 | 0.94 | 0.26 | 4.41 | 0.88 | 0.39 |
| Hex | BD | 19 | C | 0 | 57 | 5E | 1A | 4 | 58 | 27 |
| Octal | 275 | 31 | 14 | 0 | 127 | 136 | 32 | 4 | 130 | 47 |
| Binary | 10111101 | 11001 | 1100 | 0 | 1010111 | 1011110 | 11010 | 100 | 1011000 | 100111 |
Color Harmonies of #BD190C
Complementary color
Monochromatic Colors of #BD190C
Black with #BD190C
Text Example
Text Example
White with #BD190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD190C; }
p { color: rgb(189,25,12); }
H1.HeaderClassName
{
color: #BD190C;
}
.AnyTagClassName
{
color: #BD190C;
}
</style>
background-color css
<style>
a { background-color: #BD190C; }
a { background-color: rgb(189,25,12); }
div.DivClassName
{
background-color: #BD190C;
}
.BgClassName
{
background-color: #BD190C;
}
</style>
border-color css
<style>
span { border-color: #BD190C; }
span { border-color: rgb(189,25,12); }
td.TdClassName
{
border-color: #BD190C;
}
.TagClassName
{
border-color: #BD190C;
}
</style>