Shades of Brick Red #BD3040
Tints of Brick Red #BD3040
RGB
CMYK
RGB Variations
Color information
#BD3040 (or 0xBD3040) is known color: Brick Red. HEX triplet: BD, 30 and 40. RGB value is (189,48,64). Sum of RGB (Red+Green+Blue) = 189+48+64=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3040 is #42CFBF. Grayscale: #5C5C5C. Windows color (decimal): -4378560 or 4206781. OLE color: 4206781.
HSL color Cylindrical-coordinate representation of color #BD3040: hue angle of 353.19º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3040 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 64 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.26 |
| HSL | 353.19º | 0.59% | 0.46% | - |
| HSV(B) | 353.19º | 0.75% | 0.74% | - |
| XYZ | 22.97 | 13.3 | 6.21 | - |
| YUV | 91.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 64 | 0 | 0.75 | 0.66 | 0.26 | 353.19 | 0.59 | 0.46 |
| Hex | BD | 30 | 40 | 0 | 4B | 42 | 1A | 161 | 3B | 2E |
| Octal | 275 | 60 | 100 | 0 | 113 | 102 | 32 | 541 | 73 | 56 |
| Binary | 10111101 | 110000 | 1000000 | 0 | 1001011 | 1000010 | 11010 | 101100001 | 111011 | 101110 |
Color Harmonies of #BD3040
Complementary color
Monochromatic Colors of #BD3040
Black with #BD3040
Text Example
Text Example
White with #BD3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3040; }
p { color: rgb(189,48,64); }
H1.HeaderClassName
{
color: #BD3040;
}
.AnyTagClassName
{
color: #BD3040;
}
</style>
background-color css
<style>
a { background-color: #BD3040; }
a { background-color: rgb(189,48,64); }
div.DivClassName
{
background-color: #BD3040;
}
.BgClassName
{
background-color: #BD3040;
}
</style>
border-color css
<style>
span { border-color: #BD3040; }
span { border-color: rgb(189,48,64); }
td.TdClassName
{
border-color: #BD3040;
}
.TagClassName
{
border-color: #BD3040;
}
</style>