Shades of Fire Brick #BD2D1D
Tints of Fire Brick #BD2D1D
RGB
CMYK
RGB Variations
Color information
#BD2D1D (or 0xBD2D1D) is known color: Fire Brick. HEX triplet: BD, 2D and 1D. RGB value is (189,45,29). Sum of RGB (Red+Green+Blue) = 189+45+29=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D1D is #42D2E2. Grayscale: #565656. Windows color (decimal): -4379363 or 1912253. OLE color: 1912253.
HSL color Cylindrical-coordinate representation of color #BD2D1D: hue angle of 6º 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 #BD2D1D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 29 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.26 |
| HSL | 6º | 0.73% | 0.43% | - |
| HSV(B) | 6º | 0.85% | 0.74% | - |
| XYZ | 22.15 | 12.78 | 2.46 | - |
| YUV | 86.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 29 | 0 | 0.76 | 0.85 | 0.26 | 6 | 0.73 | 0.43 |
| Hex | BD | 2D | 1D | 0 | 4C | 55 | 1A | 6 | 49 | 2B |
| Octal | 275 | 55 | 35 | 0 | 114 | 125 | 32 | 6 | 111 | 53 |
| Binary | 10111101 | 101101 | 11101 | 0 | 1001100 | 1010101 | 11010 | 110 | 1001001 | 101011 |
Color Harmonies of #BD2D1D
Complementary color
Monochromatic Colors of #BD2D1D
Black with #BD2D1D
Text Example
Text Example
White with #BD2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D1D; }
p { color: rgb(189,45,29); }
H1.HeaderClassName
{
color: #BD2D1D;
}
.AnyTagClassName
{
color: #BD2D1D;
}
</style>
background-color css
<style>
a { background-color: #BD2D1D; }
a { background-color: rgb(189,45,29); }
div.DivClassName
{
background-color: #BD2D1D;
}
.BgClassName
{
background-color: #BD2D1D;
}
</style>
border-color css
<style>
span { border-color: #BD2D1D; }
span { border-color: rgb(189,45,29); }
td.TdClassName
{
border-color: #BD2D1D;
}
.TagClassName
{
border-color: #BD2D1D;
}
</style>