Shades of Brick Red #BD3342
Tints of Brick Red #BD3342
RGB
CMYK
RGB Variations
Color information
#BD3342 (or 0xBD3342) is known color: Brick Red. HEX triplet: BD, 33 and 42. RGB value is (189,51,66). Sum of RGB (Red+Green+Blue) = 189+51+66=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3342 is #42CCBD. Grayscale: #5E5E5E. Windows color (decimal): -4377790 or 4338621. OLE color: 4338621.
HSL color Cylindrical-coordinate representation of color #BD3342: hue angle of 353.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3342 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 66 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.26 |
| HSL | 353.48º | 0.58% | 0.47% | - |
| HSV(B) | 353.48º | 0.73% | 0.74% | - |
| XYZ | 23.15 | 13.58 | 6.56 | - |
| YUV | 93.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 66 | 0 | 0.73 | 0.65 | 0.26 | 353.48 | 0.58 | 0.47 |
| Hex | BD | 33 | 42 | 0 | 49 | 41 | 1A | 161 | 3A | 2F |
| Octal | 275 | 63 | 102 | 0 | 111 | 101 | 32 | 541 | 72 | 57 |
| Binary | 10111101 | 110011 | 1000010 | 0 | 1001001 | 1000001 | 11010 | 101100001 | 111010 | 101111 |
Color Harmonies of #BD3342
Complementary color
Monochromatic Colors of #BD3342
Black with #BD3342
Text Example
Text Example
White with #BD3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3342; }
p { color: rgb(189,51,66); }
H1.HeaderClassName
{
color: #BD3342;
}
.AnyTagClassName
{
color: #BD3342;
}
</style>
background-color css
<style>
a { background-color: #BD3342; }
a { background-color: rgb(189,51,66); }
div.DivClassName
{
background-color: #BD3342;
}
.BgClassName
{
background-color: #BD3342;
}
</style>
border-color css
<style>
span { border-color: #BD3342; }
span { border-color: rgb(189,51,66); }
td.TdClassName
{
border-color: #BD3342;
}
.TagClassName
{
border-color: #BD3342;
}
</style>