Shades of Brick Red #BD3744
Tints of Brick Red #BD3744
RGB
CMYK
RGB Variations
Color information
#BD3744 (or 0xBD3744) is known color: Brick Red. HEX triplet: BD, 37 and 44. RGB value is (189,55,68). Sum of RGB (Red+Green+Blue) = 189+55+68=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3744 is #42C8BB. Grayscale: #606060. Windows color (decimal): -4376764 or 4470717. OLE color: 4470717.
HSL color Cylindrical-coordinate representation of color #BD3744: hue angle of 354.18º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3744 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 68 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.26 |
| HSL | 354.18º | 0.55% | 0.48% | - |
| HSV(B) | 354.18º | 0.71% | 0.74% | - |
| XYZ | 23.4 | 13.97 | 6.93 | - |
| YUV | 96.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 68 | 0 | 0.71 | 0.64 | 0.26 | 354.18 | 0.55 | 0.48 |
| Hex | BD | 37 | 44 | 0 | 47 | 40 | 1A | 162 | 37 | 30 |
| Octal | 275 | 67 | 104 | 0 | 107 | 100 | 32 | 542 | 67 | 60 |
| Binary | 10111101 | 110111 | 1000100 | 0 | 1000111 | 1000000 | 11010 | 101100010 | 110111 | 110000 |
Color Harmonies of #BD3744
Complementary color
Monochromatic Colors of #BD3744
Black with #BD3744
Text Example
Text Example
White with #BD3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3744; }
p { color: rgb(189,55,68); }
H1.HeaderClassName
{
color: #BD3744;
}
.AnyTagClassName
{
color: #BD3744;
}
</style>
background-color css
<style>
a { background-color: #BD3744; }
a { background-color: rgb(189,55,68); }
div.DivClassName
{
background-color: #BD3744;
}
.BgClassName
{
background-color: #BD3744;
}
</style>
border-color css
<style>
span { border-color: #BD3744; }
span { border-color: rgb(189,55,68); }
td.TdClassName
{
border-color: #BD3744;
}
.TagClassName
{
border-color: #BD3744;
}
</style>