Shades of Brick Red #BD2941
Tints of Brick Red #BD2941
RGB
CMYK
RGB Variations
Color information
#BD2941 (or 0xBD2941) is known color: Brick Red. HEX triplet: BD, 29 and 41. RGB value is (189,41,65). Sum of RGB (Red+Green+Blue) = 189+41+65=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2941 is #42D6BE. Grayscale: #585858. Windows color (decimal): -4380351 or 4270525. OLE color: 4270525.
HSL color Cylindrical-coordinate representation of color #BD2941: hue angle of 350.27º 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 #BD2941 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 65 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.26 |
| HSL | 350.27º | 0.64% | 0.45% | - |
| HSV(B) | 350.27º | 0.78% | 0.74% | - |
| XYZ | 22.73 | 12.79 | 6.27 | - |
| YUV | 87.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 65 | 0 | 0.78 | 0.66 | 0.26 | 350.27 | 0.64 | 0.45 |
| Hex | BD | 29 | 41 | 0 | 4E | 42 | 1A | 15E | 40 | 2D |
| Octal | 275 | 51 | 101 | 0 | 116 | 102 | 32 | 536 | 100 | 55 |
| Binary | 10111101 | 101001 | 1000001 | 0 | 1001110 | 1000010 | 11010 | 101011110 | 1000000 | 101101 |
Color Harmonies of #BD2941
Complementary color
Monochromatic Colors of #BD2941
Black with #BD2941
Text Example
Text Example
White with #BD2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2941; }
p { color: rgb(189,41,65); }
H1.HeaderClassName
{
color: #BD2941;
}
.AnyTagClassName
{
color: #BD2941;
}
</style>
background-color css
<style>
a { background-color: #BD2941; }
a { background-color: rgb(189,41,65); }
div.DivClassName
{
background-color: #BD2941;
}
.BgClassName
{
background-color: #BD2941;
}
</style>
border-color css
<style>
span { border-color: #BD2941; }
span { border-color: rgb(189,41,65); }
td.TdClassName
{
border-color: #BD2941;
}
.TagClassName
{
border-color: #BD2941;
}
</style>