Shades of Brick Red #BD2D37
Tints of Brick Red #BD2D37
RGB
CMYK
RGB Variations
Color information
#BD2D37 (or 0xBD2D37) is known color: Brick Red. HEX triplet: BD, 2D and 37. RGB value is (189,45,55). Sum of RGB (Red+Green+Blue) = 189+45+55=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D37 is #42D2C8. Grayscale: #595959. Windows color (decimal): -4379337 or 3616189. OLE color: 3616189.
HSL color Cylindrical-coordinate representation of color #BD2D37: hue angle of 355.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2D37 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 55 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.26 |
| HSL | 355.83º | 0.62% | 0.46% | - |
| HSV(B) | 355.83º | 0.76% | 0.74% | - |
| XYZ | 22.61 | 12.97 | 4.93 | - |
| YUV | 89.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 55 | 0 | 0.76 | 0.71 | 0.26 | 355.83 | 0.62 | 0.46 |
| Hex | BD | 2D | 37 | 0 | 4C | 47 | 1A | 164 | 3E | 2E |
| Octal | 275 | 55 | 67 | 0 | 114 | 107 | 32 | 544 | 76 | 56 |
| Binary | 10111101 | 101101 | 110111 | 0 | 1001100 | 1000111 | 11010 | 101100100 | 111110 | 101110 |
Color Harmonies of #BD2D37
Complementary color
Monochromatic Colors of #BD2D37
Black with #BD2D37
Text Example
Text Example
White with #BD2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D37; }
p { color: rgb(189,45,55); }
H1.HeaderClassName
{
color: #BD2D37;
}
.AnyTagClassName
{
color: #BD2D37;
}
</style>
background-color css
<style>
a { background-color: #BD2D37; }
a { background-color: rgb(189,45,55); }
div.DivClassName
{
background-color: #BD2D37;
}
.BgClassName
{
background-color: #BD2D37;
}
</style>
border-color css
<style>
span { border-color: #BD2D37; }
span { border-color: rgb(189,45,55); }
td.TdClassName
{
border-color: #BD2D37;
}
.TagClassName
{
border-color: #BD2D37;
}
</style>