Shades of Brick Red #BD333E
Tints of Brick Red #BD333E
RGB
CMYK
RGB Variations
Color information
#BD333E (or 0xBD333E) is known color: Brick Red. HEX triplet: BD, 33 and 3E. RGB value is (189,51,62). Sum of RGB (Red+Green+Blue) = 189+51+62=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD333E is #42CCC1. Grayscale: #5D5D5D. Windows color (decimal): -4377794 or 4076477. OLE color: 4076477.
HSL color Cylindrical-coordinate representation of color #BD333E: hue angle of 355.22º 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 #BD333E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 62 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.26 |
| HSL | 355.22º | 0.58% | 0.47% | - |
| HSV(B) | 355.22º | 0.73% | 0.74% | - |
| XYZ | 23.04 | 13.53 | 5.96 | - |
| YUV | 93.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 62 | 0 | 0.73 | 0.67 | 0.26 | 355.22 | 0.58 | 0.47 |
| Hex | BD | 33 | 3E | 0 | 49 | 43 | 1A | 163 | 3A | 2F |
| Octal | 275 | 63 | 76 | 0 | 111 | 103 | 32 | 543 | 72 | 57 |
| Binary | 10111101 | 110011 | 111110 | 0 | 1001001 | 1000011 | 11010 | 101100011 | 111010 | 101111 |
Color Harmonies of #BD333E
Complementary color
Monochromatic Colors of #BD333E
Black with #BD333E
Text Example
Text Example
White with #BD333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD333E; }
p { color: rgb(189,51,62); }
H1.HeaderClassName
{
color: #BD333E;
}
.AnyTagClassName
{
color: #BD333E;
}
</style>
background-color css
<style>
a { background-color: #BD333E; }
a { background-color: rgb(189,51,62); }
div.DivClassName
{
background-color: #BD333E;
}
.BgClassName
{
background-color: #BD333E;
}
</style>
border-color css
<style>
span { border-color: #BD333E; }
span { border-color: rgb(189,51,62); }
td.TdClassName
{
border-color: #BD333E;
}
.TagClassName
{
border-color: #BD333E;
}
</style>