Shades of Fire Brick #BD2D29
Tints of Fire Brick #BD2D29
RGB
CMYK
RGB Variations
Color information
#BD2D29 (or 0xBD2D29) is known color: Fire Brick. HEX triplet: BD, 2D and 29. RGB value is (189,45,41). Sum of RGB (Red+Green+Blue) = 189+45+41=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D29 is #42D2D6. Grayscale: #575757. Windows color (decimal): -4379351 or 2698685. OLE color: 2698685.
HSL color Cylindrical-coordinate representation of color #BD2D29: hue angle of 1.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2D29 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 41 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.26 |
| HSL | 1.62º | 0.64% | 0.45% | - |
| HSV(B) | 1.62º | 0.78% | 0.74% | - |
| XYZ | 22.32 | 12.86 | 3.4 | - |
| YUV | 87.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 41 | 0 | 0.76 | 0.78 | 0.26 | 1.62 | 0.64 | 0.45 |
| Hex | BD | 2D | 29 | 0 | 4C | 4E | 1A | 2 | 40 | 2D |
| Octal | 275 | 55 | 51 | 0 | 114 | 116 | 32 | 2 | 100 | 55 |
| Binary | 10111101 | 101101 | 101001 | 0 | 1001100 | 1001110 | 11010 | 10 | 1000000 | 101101 |
Color Harmonies of #BD2D29
Complementary color
Monochromatic Colors of #BD2D29
Black with #BD2D29
Text Example
Text Example
White with #BD2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D29; }
p { color: rgb(189,45,41); }
H1.HeaderClassName
{
color: #BD2D29;
}
.AnyTagClassName
{
color: #BD2D29;
}
</style>
background-color css
<style>
a { background-color: #BD2D29; }
a { background-color: rgb(189,45,41); }
div.DivClassName
{
background-color: #BD2D29;
}
.BgClassName
{
background-color: #BD2D29;
}
</style>
border-color css
<style>
span { border-color: #BD2D29; }
span { border-color: rgb(189,45,41); }
td.TdClassName
{
border-color: #BD2D29;
}
.TagClassName
{
border-color: #BD2D29;
}
</style>