Shades of Brick Red #BD4447
Tints of Brick Red #BD4447
RGB
CMYK
RGB Variations
Color information
#BD4447 (or 0xBD4447) is known color: Brick Red. HEX triplet: BD, 44 and 47. RGB value is (189,68,71). Sum of RGB (Red+Green+Blue) = 189+68+71=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4447 is #42BBB8. Grayscale: #686868. Windows color (decimal): -4373433 or 4670653. OLE color: 4670653.
HSL color Cylindrical-coordinate representation of color #BD4447: hue angle of 358.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4447 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 71 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.26 |
| HSL | 358.51º | 0.48% | 0.5% | - |
| HSV(B) | 358.51º | 0.64% | 0.74% | - |
| XYZ | 24.19 | 15.41 | 7.66 | - |
| YUV | 104.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 71 | 0 | 0.64 | 0.62 | 0.26 | 358.51 | 0.48 | 0.5 |
| Hex | BD | 44 | 47 | 0 | 40 | 3E | 1A | 167 | 30 | 32 |
| Octal | 275 | 104 | 107 | 0 | 100 | 76 | 32 | 547 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1000111 | 0 | 1000000 | 111110 | 11010 | 101100111 | 110000 | 110010 |
Color Harmonies of #BD4447
Complementary color
Monochromatic Colors of #BD4447
Black with #BD4447
Text Example
Text Example
White with #BD4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4447; }
p { color: rgb(189,68,71); }
H1.HeaderClassName
{
color: #BD4447;
}
.AnyTagClassName
{
color: #BD4447;
}
</style>
background-color css
<style>
a { background-color: #BD4447; }
a { background-color: rgb(189,68,71); }
div.DivClassName
{
background-color: #BD4447;
}
.BgClassName
{
background-color: #BD4447;
}
</style>
border-color css
<style>
span { border-color: #BD4447; }
span { border-color: rgb(189,68,71); }
td.TdClassName
{
border-color: #BD4447;
}
.TagClassName
{
border-color: #BD4447;
}
</style>