Shades of Fire Brick #BD231F
Tints of Fire Brick #BD231F
RGB
CMYK
RGB Variations
Color information
#BD231F (or 0xBD231F) is known color: Fire Brick. HEX triplet: BD, 23 and 1F. RGB value is (189,35,31). Sum of RGB (Red+Green+Blue) = 189+35+31=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD231F is #42DCE0. Grayscale: #505050. Windows color (decimal): -4381921 or 2040765. OLE color: 2040765.
HSL color Cylindrical-coordinate representation of color #BD231F: hue angle of 1.52º 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 #BD231F is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 31 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.26 |
| HSL | 1.52º | 0.72% | 0.43% | - |
| HSV(B) | 1.52º | 0.84% | 0.74% | - |
| XYZ | 21.83 | 12.12 | 2.48 | - |
| YUV | 80.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 31 | 0 | 0.81 | 0.84 | 0.26 | 1.52 | 0.72 | 0.43 |
| Hex | BD | 23 | 1F | 0 | 51 | 54 | 1A | 2 | 48 | 2B |
| Octal | 275 | 43 | 37 | 0 | 121 | 124 | 32 | 2 | 110 | 53 |
| Binary | 10111101 | 100011 | 11111 | 0 | 1010001 | 1010100 | 11010 | 10 | 1001000 | 101011 |
Color Harmonies of #BD231F
Complementary color
Monochromatic Colors of #BD231F
Black with #BD231F
Text Example
Text Example
White with #BD231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD231F; }
p { color: rgb(189,35,31); }
H1.HeaderClassName
{
color: #BD231F;
}
.AnyTagClassName
{
color: #BD231F;
}
</style>
background-color css
<style>
a { background-color: #BD231F; }
a { background-color: rgb(189,35,31); }
div.DivClassName
{
background-color: #BD231F;
}
.BgClassName
{
background-color: #BD231F;
}
</style>
border-color css
<style>
span { border-color: #BD231F; }
span { border-color: rgb(189,35,31); }
td.TdClassName
{
border-color: #BD231F;
}
.TagClassName
{
border-color: #BD231F;
}
</style>