Shades of Brick Red #BD2C3F
Tints of Brick Red #BD2C3F
RGB
CMYK
RGB Variations
Color information
#BD2C3F (or 0xBD2C3F) is known color: Brick Red. HEX triplet: BD, 2C and 3F. RGB value is (189,44,63). Sum of RGB (Red+Green+Blue) = 189+44+63=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C3F is #42D3C0. Grayscale: #595959. Windows color (decimal): -4379585 or 4140221. OLE color: 4140221.
HSL color Cylindrical-coordinate representation of color #BD2C3F: hue angle of 352.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C3F is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 63 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.26 |
| HSL | 352.14º | 0.62% | 0.46% | - |
| HSV(B) | 352.14º | 0.77% | 0.74% | - |
| XYZ | 22.78 | 12.98 | 6.01 | - |
| YUV | 89.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 63 | 0 | 0.77 | 0.67 | 0.26 | 352.14 | 0.62 | 0.46 |
| Hex | BD | 2C | 3F | 0 | 4D | 43 | 1A | 160 | 3E | 2E |
| Octal | 275 | 54 | 77 | 0 | 115 | 103 | 32 | 540 | 76 | 56 |
| Binary | 10111101 | 101100 | 111111 | 0 | 1001101 | 1000011 | 11010 | 101100000 | 111110 | 101110 |
Color Harmonies of #BD2C3F
Complementary color
Monochromatic Colors of #BD2C3F
Black with #BD2C3F
Text Example
Text Example
White with #BD2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C3F; }
p { color: rgb(189,44,63); }
H1.HeaderClassName
{
color: #BD2C3F;
}
.AnyTagClassName
{
color: #BD2C3F;
}
</style>
background-color css
<style>
a { background-color: #BD2C3F; }
a { background-color: rgb(189,44,63); }
div.DivClassName
{
background-color: #BD2C3F;
}
.BgClassName
{
background-color: #BD2C3F;
}
</style>
border-color css
<style>
span { border-color: #BD2C3F; }
span { border-color: rgb(189,44,63); }
td.TdClassName
{
border-color: #BD2C3F;
}
.TagClassName
{
border-color: #BD2C3F;
}
</style>