Shades of Brick Red #BD323E
Tints of Brick Red #BD323E
RGB
CMYK
RGB Variations
Color information
#BD323E (or 0xBD323E) is known color: Brick Red. HEX triplet: BD, 32 and 3E. RGB value is (189,50,62). Sum of RGB (Red+Green+Blue) = 189+50+62=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD323E is #42CDC1. Grayscale: #5D5D5D. Windows color (decimal): -4378050 or 4076221. OLE color: 4076221.
HSL color Cylindrical-coordinate representation of color #BD323E: hue angle of 354.82º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD323E is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 62 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.26 |
| HSL | 354.82º | 0.58% | 0.47% | - |
| HSV(B) | 354.82º | 0.74% | 0.74% | - |
| XYZ | 23 | 13.45 | 5.94 | - |
| YUV | 92.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 62 | 0 | 0.74 | 0.67 | 0.26 | 354.82 | 0.58 | 0.47 |
| Hex | BD | 32 | 3E | 0 | 4A | 43 | 1A | 163 | 3A | 2F |
| Octal | 275 | 62 | 76 | 0 | 112 | 103 | 32 | 543 | 72 | 57 |
| Binary | 10111101 | 110010 | 111110 | 0 | 1001010 | 1000011 | 11010 | 101100011 | 111010 | 101111 |
Color Harmonies of #BD323E
Complementary color
Monochromatic Colors of #BD323E
Black with #BD323E
Text Example
Text Example
White with #BD323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD323E; }
p { color: rgb(189,50,62); }
H1.HeaderClassName
{
color: #BD323E;
}
.AnyTagClassName
{
color: #BD323E;
}
</style>
background-color css
<style>
a { background-color: #BD323E; }
a { background-color: rgb(189,50,62); }
div.DivClassName
{
background-color: #BD323E;
}
.BgClassName
{
background-color: #BD323E;
}
</style>
border-color css
<style>
span { border-color: #BD323E; }
span { border-color: rgb(189,50,62); }
td.TdClassName
{
border-color: #BD323E;
}
.TagClassName
{
border-color: #BD323E;
}
</style>