Shades of Brick Red #BD3140
Tints of Brick Red #BD3140
RGB
CMYK
RGB Variations
Color information
#BD3140 (or 0xBD3140) is known color: Brick Red. HEX triplet: BD, 31 and 40. RGB value is (189,49,64). Sum of RGB (Red+Green+Blue) = 189+49+64=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3140 is #42CEBF. Grayscale: #5C5C5C. Windows color (decimal): -4378304 or 4207037. OLE color: 4207037.
HSL color Cylindrical-coordinate representation of color #BD3140: hue angle of 353.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3140 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 64 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.26 |
| HSL | 353.57º | 0.59% | 0.47% | - |
| HSV(B) | 353.57º | 0.74% | 0.74% | - |
| XYZ | 23.01 | 13.39 | 6.22 | - |
| YUV | 92.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 64 | 0 | 0.74 | 0.66 | 0.26 | 353.57 | 0.59 | 0.47 |
| Hex | BD | 31 | 40 | 0 | 4A | 42 | 1A | 162 | 3B | 2F |
| Octal | 275 | 61 | 100 | 0 | 112 | 102 | 32 | 542 | 73 | 57 |
| Binary | 10111101 | 110001 | 1000000 | 0 | 1001010 | 1000010 | 11010 | 101100010 | 111011 | 101111 |
Color Harmonies of #BD3140
Complementary color
Monochromatic Colors of #BD3140
Black with #BD3140
Text Example
Text Example
White with #BD3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3140; }
p { color: rgb(189,49,64); }
H1.HeaderClassName
{
color: #BD3140;
}
.AnyTagClassName
{
color: #BD3140;
}
</style>
background-color css
<style>
a { background-color: #BD3140; }
a { background-color: rgb(189,49,64); }
div.DivClassName
{
background-color: #BD3140;
}
.BgClassName
{
background-color: #BD3140;
}
</style>
border-color css
<style>
span { border-color: #BD3140; }
span { border-color: rgb(189,49,64); }
td.TdClassName
{
border-color: #BD3140;
}
.TagClassName
{
border-color: #BD3140;
}
</style>