Shades of Fire Brick #BC251D
Tints of Fire Brick #BC251D
RGB
CMYK
RGB Variations
Color information
#BC251D (or 0xBC251D) is known color: Fire Brick. HEX triplet: BC, 25 and 1D. RGB value is (188,37,29). Sum of RGB (Red+Green+Blue) = 188+37+29=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC251D is #43DAE2. Grayscale: #515151. Windows color (decimal): -4446947 or 1910204. OLE color: 1910204.
HSL color Cylindrical-coordinate representation of color #BC251D: hue angle of 3.02º degrees, saturation: 0.73, 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 #BC251D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 29 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.26 |
| HSL | 3.02º | 0.73% | 0.43% | - |
| HSV(B) | 3.02º | 0.85% | 0.74% | - |
| XYZ | 21.62 | 12.1 | 2.36 | - |
| YUV | 81.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 29 | 0 | 0.80 | 0.85 | 0.26 | 3.02 | 0.73 | 0.43 |
| Hex | BC | 25 | 1D | 0 | 50 | 55 | 1A | 3 | 49 | 2B |
| Octal | 274 | 45 | 35 | 0 | 120 | 125 | 32 | 3 | 111 | 53 |
| Binary | 10111100 | 100101 | 11101 | 0 | 1010000 | 1010101 | 11010 | 11 | 1001001 | 101011 |
Color Harmonies of #BC251D
Complementary color
Monochromatic Colors of #BC251D
Black with #BC251D
Text Example
Text Example
White with #BC251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC251D; }
p { color: rgb(188,37,29); }
H1.HeaderClassName
{
color: #BC251D;
}
.AnyTagClassName
{
color: #BC251D;
}
</style>
background-color css
<style>
a { background-color: #BC251D; }
a { background-color: rgb(188,37,29); }
div.DivClassName
{
background-color: #BC251D;
}
.BgClassName
{
background-color: #BC251D;
}
</style>
border-color css
<style>
span { border-color: #BC251D; }
span { border-color: rgb(188,37,29); }
td.TdClassName
{
border-color: #BC251D;
}
.TagClassName
{
border-color: #BC251D;
}
</style>