Shades of Brick Red #BD2B3F
Tints of Brick Red #BD2B3F
RGB
CMYK
RGB Variations
Color information
#BD2B3F (or 0xBD2B3F) is known color: Brick Red. HEX triplet: BD, 2B and 3F. RGB value is (189,43,63). Sum of RGB (Red+Green+Blue) = 189+43+63=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B3F is #42D4C0. Grayscale: #595959. Windows color (decimal): -4379841 or 4139965. OLE color: 4139965.
HSL color Cylindrical-coordinate representation of color #BD2B3F: hue angle of 351.78º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2B3F is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 63 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.26 |
| HSL | 351.78º | 0.63% | 0.45% | - |
| HSV(B) | 351.78º | 0.77% | 0.74% | - |
| XYZ | 22.75 | 12.91 | 5.99 | - |
| YUV | 88.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 63 | 0 | 0.77 | 0.67 | 0.26 | 351.78 | 0.63 | 0.45 |
| Hex | BD | 2B | 3F | 0 | 4D | 43 | 1A | 160 | 3F | 2D |
| Octal | 275 | 53 | 77 | 0 | 115 | 103 | 32 | 540 | 77 | 55 |
| Binary | 10111101 | 101011 | 111111 | 0 | 1001101 | 1000011 | 11010 | 101100000 | 111111 | 101101 |
Color Harmonies of #BD2B3F
Complementary color
Monochromatic Colors of #BD2B3F
Black with #BD2B3F
Text Example
Text Example
White with #BD2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B3F; }
p { color: rgb(189,43,63); }
H1.HeaderClassName
{
color: #BD2B3F;
}
.AnyTagClassName
{
color: #BD2B3F;
}
</style>
background-color css
<style>
a { background-color: #BD2B3F; }
a { background-color: rgb(189,43,63); }
div.DivClassName
{
background-color: #BD2B3F;
}
.BgClassName
{
background-color: #BD2B3F;
}
</style>
border-color css
<style>
span { border-color: #BD2B3F; }
span { border-color: rgb(189,43,63); }
td.TdClassName
{
border-color: #BD2B3F;
}
.TagClassName
{
border-color: #BD2B3F;
}
</style>