Shades of Fire Brick #BD2B1D
Tints of Fire Brick #BD2B1D
RGB
CMYK
RGB Variations
Color information
#BD2B1D (or 0xBD2B1D) is known color: Fire Brick. HEX triplet: BD, 2B and 1D. RGB value is (189,43,29). Sum of RGB (Red+Green+Blue) = 189+43+29=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B1D is #42D4E2. Grayscale: #555555. Windows color (decimal): -4379875 or 1911741. OLE color: 1911741.
HSL color Cylindrical-coordinate representation of color #BD2B1D: hue angle of 5.25º 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 #BD2B1D is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 29 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.26 |
| HSL | 5.25º | 0.73% | 0.43% | - |
| HSV(B) | 5.25º | 0.85% | 0.74% | - |
| XYZ | 22.07 | 12.64 | 2.44 | - |
| YUV | 85.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 29 | 0 | 0.77 | 0.85 | 0.26 | 5.25 | 0.73 | 0.43 |
| Hex | BD | 2B | 1D | 0 | 4D | 55 | 1A | 5 | 49 | 2B |
| Octal | 275 | 53 | 35 | 0 | 115 | 125 | 32 | 5 | 111 | 53 |
| Binary | 10111101 | 101011 | 11101 | 0 | 1001101 | 1010101 | 11010 | 101 | 1001001 | 101011 |
Color Harmonies of #BD2B1D
Complementary color
Monochromatic Colors of #BD2B1D
Black with #BD2B1D
Text Example
Text Example
White with #BD2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B1D; }
p { color: rgb(189,43,29); }
H1.HeaderClassName
{
color: #BD2B1D;
}
.AnyTagClassName
{
color: #BD2B1D;
}
</style>
background-color css
<style>
a { background-color: #BD2B1D; }
a { background-color: rgb(189,43,29); }
div.DivClassName
{
background-color: #BD2B1D;
}
.BgClassName
{
background-color: #BD2B1D;
}
</style>
border-color css
<style>
span { border-color: #BD2B1D; }
span { border-color: rgb(189,43,29); }
td.TdClassName
{
border-color: #BD2B1D;
}
.TagClassName
{
border-color: #BD2B1D;
}
</style>