Shades of Fire Brick #BD2C29
Tints of Fire Brick #BD2C29
RGB
CMYK
RGB Variations
Color information
#BD2C29 (or 0xBD2C29) is known color: Fire Brick. HEX triplet: BD, 2C and 29. RGB value is (189,44,41). Sum of RGB (Red+Green+Blue) = 189+44+41=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C29 is #42D3D6. Grayscale: #575757. Windows color (decimal): -4379607 or 2698429. OLE color: 2698429.
HSL color Cylindrical-coordinate representation of color #BD2C29: hue angle of 1.22º 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 #BD2C29 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 41 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.26 |
| HSL | 1.22º | 0.64% | 0.45% | - |
| HSV(B) | 1.22º | 0.78% | 0.74% | - |
| XYZ | 22.29 | 12.78 | 3.39 | - |
| YUV | 87.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 41 | 0 | 0.77 | 0.78 | 0.26 | 1.22 | 0.64 | 0.45 |
| Hex | BD | 2C | 29 | 0 | 4D | 4E | 1A | 1 | 40 | 2D |
| Octal | 275 | 54 | 51 | 0 | 115 | 116 | 32 | 1 | 100 | 55 |
| Binary | 10111101 | 101100 | 101001 | 0 | 1001101 | 1001110 | 11010 | 1 | 1000000 | 101101 |
Color Harmonies of #BD2C29
Complementary color
Monochromatic Colors of #BD2C29
Black with #BD2C29
Text Example
Text Example
White with #BD2C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C29; }
p { color: rgb(189,44,41); }
H1.HeaderClassName
{
color: #BD2C29;
}
.AnyTagClassName
{
color: #BD2C29;
}
</style>
background-color css
<style>
a { background-color: #BD2C29; }
a { background-color: rgb(189,44,41); }
div.DivClassName
{
background-color: #BD2C29;
}
.BgClassName
{
background-color: #BD2C29;
}
</style>
border-color css
<style>
span { border-color: #BD2C29; }
span { border-color: rgb(189,44,41); }
td.TdClassName
{
border-color: #BD2C29;
}
.TagClassName
{
border-color: #BD2C29;
}
</style>