Shades of Brick Red #BD303F
Tints of Brick Red #BD303F
RGB
CMYK
RGB Variations
Color information
#BD303F (or 0xBD303F) is known color: Brick Red. HEX triplet: BD, 30 and 3F. RGB value is (189,48,63). Sum of RGB (Red+Green+Blue) = 189+48+63=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD303F is #42CFC0. Grayscale: #5B5B5B. Windows color (decimal): -4378561 or 4141245. OLE color: 4141245.
HSL color Cylindrical-coordinate representation of color #BD303F: hue angle of 353.62º 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 #BD303F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 63 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.26 |
| HSL | 353.62º | 0.59% | 0.46% | - |
| HSV(B) | 353.62º | 0.75% | 0.74% | - |
| XYZ | 22.94 | 13.29 | 6.06 | - |
| YUV | 91.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 63 | 0 | 0.75 | 0.67 | 0.26 | 353.62 | 0.59 | 0.46 |
| Hex | BD | 30 | 3F | 0 | 4B | 43 | 1A | 162 | 3B | 2E |
| Octal | 275 | 60 | 77 | 0 | 113 | 103 | 32 | 542 | 73 | 56 |
| Binary | 10111101 | 110000 | 111111 | 0 | 1001011 | 1000011 | 11010 | 101100010 | 111011 | 101110 |
Color Harmonies of #BD303F
Complementary color
Monochromatic Colors of #BD303F
Black with #BD303F
Text Example
Text Example
White with #BD303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD303F; }
p { color: rgb(189,48,63); }
H1.HeaderClassName
{
color: #BD303F;
}
.AnyTagClassName
{
color: #BD303F;
}
</style>
background-color css
<style>
a { background-color: #BD303F; }
a { background-color: rgb(189,48,63); }
div.DivClassName
{
background-color: #BD303F;
}
.BgClassName
{
background-color: #BD303F;
}
</style>
border-color css
<style>
span { border-color: #BD303F; }
span { border-color: rgb(189,48,63); }
td.TdClassName
{
border-color: #BD303F;
}
.TagClassName
{
border-color: #BD303F;
}
</style>