Shades of Fire Brick #BD2D24
Tints of Fire Brick #BD2D24
RGB
CMYK
RGB Variations
Color information
#BD2D24 (or 0xBD2D24) is known color: Fire Brick. HEX triplet: BD, 2D and 24. RGB value is (189,45,36). Sum of RGB (Red+Green+Blue) = 189+45+36=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D24 is #42D2DB. Grayscale: #575757. Windows color (decimal): -4379356 or 2371005. OLE color: 2371005.
HSL color Cylindrical-coordinate representation of color #BD2D24: hue angle of 3.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2D24 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 36 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.26 |
| HSL | 3.53º | 0.68% | 0.44% | - |
| HSV(B) | 3.53º | 0.81% | 0.74% | - |
| XYZ | 22.24 | 12.82 | 2.97 | - |
| YUV | 87.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 36 | 0 | 0.76 | 0.81 | 0.26 | 3.53 | 0.68 | 0.44 |
| Hex | BD | 2D | 24 | 0 | 4C | 51 | 1A | 4 | 44 | 2C |
| Octal | 275 | 55 | 44 | 0 | 114 | 121 | 32 | 4 | 104 | 54 |
| Binary | 10111101 | 101101 | 100100 | 0 | 1001100 | 1010001 | 11010 | 100 | 1000100 | 101100 |
Color Harmonies of #BD2D24
Complementary color
Monochromatic Colors of #BD2D24
Black with #BD2D24
Text Example
Text Example
White with #BD2D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D24; }
p { color: rgb(189,45,36); }
H1.HeaderClassName
{
color: #BD2D24;
}
.AnyTagClassName
{
color: #BD2D24;
}
</style>
background-color css
<style>
a { background-color: #BD2D24; }
a { background-color: rgb(189,45,36); }
div.DivClassName
{
background-color: #BD2D24;
}
.BgClassName
{
background-color: #BD2D24;
}
</style>
border-color css
<style>
span { border-color: #BD2D24; }
span { border-color: rgb(189,45,36); }
td.TdClassName
{
border-color: #BD2D24;
}
.TagClassName
{
border-color: #BD2D24;
}
</style>