Shades of Fire Brick #BD251C
Tints of Fire Brick #BD251C
RGB
CMYK
RGB Variations
Color information
#BD251C (or 0xBD251C) is known color: Fire Brick. HEX triplet: BD, 25 and 1C. RGB value is (189,37,28). Sum of RGB (Red+Green+Blue) = 189+37+28=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD251C is #42DAE3. Grayscale: #515151. Windows color (decimal): -4381412 or 1844669. OLE color: 1844669.
HSL color Cylindrical-coordinate representation of color #BD251C: hue angle of 3.35º 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 #BD251C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 28 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.26 |
| HSL | 3.35º | 0.74% | 0.43% | - |
| HSV(B) | 3.35º | 0.85% | 0.74% | - |
| XYZ | 21.86 | 12.23 | 2.31 | - |
| YUV | 81.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 28 | 0 | 0.80 | 0.85 | 0.26 | 3.35 | 0.74 | 0.43 |
| Hex | BD | 25 | 1C | 0 | 50 | 55 | 1A | 3 | 4A | 2B |
| Octal | 275 | 45 | 34 | 0 | 120 | 125 | 32 | 3 | 112 | 53 |
| Binary | 10111101 | 100101 | 11100 | 0 | 1010000 | 1010101 | 11010 | 11 | 1001010 | 101011 |
Color Harmonies of #BD251C
Complementary color
Monochromatic Colors of #BD251C
Black with #BD251C
Text Example
Text Example
White with #BD251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD251C; }
p { color: rgb(189,37,28); }
H1.HeaderClassName
{
color: #BD251C;
}
.AnyTagClassName
{
color: #BD251C;
}
</style>
background-color css
<style>
a { background-color: #BD251C; }
a { background-color: rgb(189,37,28); }
div.DivClassName
{
background-color: #BD251C;
}
.BgClassName
{
background-color: #BD251C;
}
</style>
border-color css
<style>
span { border-color: #BD251C; }
span { border-color: rgb(189,37,28); }
td.TdClassName
{
border-color: #BD251C;
}
.TagClassName
{
border-color: #BD251C;
}
</style>