Shades of Fire Brick #BD281F
Tints of Fire Brick #BD281F
RGB
CMYK
RGB Variations
Color information
#BD281F (or 0xBD281F) is known color: Fire Brick. HEX triplet: BD, 28 and 1F. RGB value is (189,40,31). Sum of RGB (Red+Green+Blue) = 189+40+31=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD281F is #42D7E0. Grayscale: #535353. Windows color (decimal): -4380641 or 2042045. OLE color: 2042045.
HSL color Cylindrical-coordinate representation of color #BD281F: hue angle of 3.42º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD281F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 31 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.26 |
| HSL | 3.42º | 0.72% | 0.43% | - |
| HSV(B) | 3.42º | 0.84% | 0.74% | - |
| XYZ | 21.99 | 12.44 | 2.54 | - |
| YUV | 83.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 31 | 0 | 0.79 | 0.84 | 0.26 | 3.42 | 0.72 | 0.43 |
| Hex | BD | 28 | 1F | 0 | 4F | 54 | 1A | 3 | 48 | 2B |
| Octal | 275 | 50 | 37 | 0 | 117 | 124 | 32 | 3 | 110 | 53 |
| Binary | 10111101 | 101000 | 11111 | 0 | 1001111 | 1010100 | 11010 | 11 | 1001000 | 101011 |
Color Harmonies of #BD281F
Complementary color
Monochromatic Colors of #BD281F
Black with #BD281F
Text Example
Text Example
White with #BD281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD281F; }
p { color: rgb(189,40,31); }
H1.HeaderClassName
{
color: #BD281F;
}
.AnyTagClassName
{
color: #BD281F;
}
</style>
background-color css
<style>
a { background-color: #BD281F; }
a { background-color: rgb(189,40,31); }
div.DivClassName
{
background-color: #BD281F;
}
.BgClassName
{
background-color: #BD281F;
}
</style>
border-color css
<style>
span { border-color: #BD281F; }
span { border-color: rgb(189,40,31); }
td.TdClassName
{
border-color: #BD281F;
}
.TagClassName
{
border-color: #BD281F;
}
</style>