Shades of Fire Brick #BD2D25
Tints of Fire Brick #BD2D25
RGB
CMYK
RGB Variations
Color information
#BD2D25 (or 0xBD2D25) is known color: Fire Brick. HEX triplet: BD, 2D and 25. RGB value is (189,45,37). Sum of RGB (Red+Green+Blue) = 189+45+37=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D25 is #42D2DA. Grayscale: #575757. Windows color (decimal): -4379355 or 2436541. OLE color: 2436541.
HSL color Cylindrical-coordinate representation of color #BD2D25: hue angle of 3.16º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2D25 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 37 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.26 |
| HSL | 3.16º | 0.67% | 0.44% | - |
| HSV(B) | 3.16º | 0.8% | 0.74% | - |
| XYZ | 22.26 | 12.83 | 3.05 | - |
| YUV | 87.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 37 | 0 | 0.76 | 0.80 | 0.26 | 3.16 | 0.67 | 0.44 |
| Hex | BD | 2D | 25 | 0 | 4C | 50 | 1A | 3 | 43 | 2C |
| Octal | 275 | 55 | 45 | 0 | 114 | 120 | 32 | 3 | 103 | 54 |
| Binary | 10111101 | 101101 | 100101 | 0 | 1001100 | 1010000 | 11010 | 11 | 1000011 | 101100 |
Color Harmonies of #BD2D25
Complementary color
Monochromatic Colors of #BD2D25
Black with #BD2D25
Text Example
Text Example
White with #BD2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D25; }
p { color: rgb(189,45,37); }
H1.HeaderClassName
{
color: #BD2D25;
}
.AnyTagClassName
{
color: #BD2D25;
}
</style>
background-color css
<style>
a { background-color: #BD2D25; }
a { background-color: rgb(189,45,37); }
div.DivClassName
{
background-color: #BD2D25;
}
.BgClassName
{
background-color: #BD2D25;
}
</style>
border-color css
<style>
span { border-color: #BD2D25; }
span { border-color: rgb(189,45,37); }
td.TdClassName
{
border-color: #BD2D25;
}
.TagClassName
{
border-color: #BD2D25;
}
</style>