Shades of Brick Red #BD343F
Tints of Brick Red #BD343F
RGB
CMYK
RGB Variations
Color information
#BD343F (or 0xBD343F) is known color: Brick Red. HEX triplet: BD, 34 and 3F. RGB value is (189,52,63). Sum of RGB (Red+Green+Blue) = 189+52+63=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD343F is #42CBC0. Grayscale: #5E5E5E. Windows color (decimal): -4377537 or 4142269. OLE color: 4142269.
HSL color Cylindrical-coordinate representation of color #BD343F: hue angle of 355.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD343F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 63 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.26 |
| HSL | 355.18º | 0.57% | 0.47% | - |
| HSV(B) | 355.18º | 0.72% | 0.74% | - |
| XYZ | 23.11 | 13.63 | 6.12 | - |
| YUV | 94.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 63 | 0 | 0.72 | 0.67 | 0.26 | 355.18 | 0.57 | 0.47 |
| Hex | BD | 34 | 3F | 0 | 48 | 43 | 1A | 163 | 39 | 2F |
| Octal | 275 | 64 | 77 | 0 | 110 | 103 | 32 | 543 | 71 | 57 |
| Binary | 10111101 | 110100 | 111111 | 0 | 1001000 | 1000011 | 11010 | 101100011 | 111001 | 101111 |
Color Harmonies of #BD343F
Complementary color
Monochromatic Colors of #BD343F
Black with #BD343F
Text Example
Text Example
White with #BD343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD343F; }
p { color: rgb(189,52,63); }
H1.HeaderClassName
{
color: #BD343F;
}
.AnyTagClassName
{
color: #BD343F;
}
</style>
background-color css
<style>
a { background-color: #BD343F; }
a { background-color: rgb(189,52,63); }
div.DivClassName
{
background-color: #BD343F;
}
.BgClassName
{
background-color: #BD343F;
}
</style>
border-color css
<style>
span { border-color: #BD343F; }
span { border-color: rgb(189,52,63); }
td.TdClassName
{
border-color: #BD343F;
}
.TagClassName
{
border-color: #BD343F;
}
</style>