Shades of Brick Red #BD323F
Tints of Brick Red #BD323F
RGB
CMYK
RGB Variations
Color information
#BD323F (or 0xBD323F) is known color: Brick Red. HEX triplet: BD, 32 and 3F. RGB value is (189,50,63). Sum of RGB (Red+Green+Blue) = 189+50+63=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD323F is #42CDC0. Grayscale: #5D5D5D. Windows color (decimal): -4378049 or 4141757. OLE color: 4141757.
HSL color Cylindrical-coordinate representation of color #BD323F: hue angle of 354.39º 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 #BD323F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 63 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.26 |
| HSL | 354.39º | 0.58% | 0.47% | - |
| HSV(B) | 354.39º | 0.74% | 0.74% | - |
| XYZ | 23.02 | 13.46 | 6.09 | - |
| YUV | 93.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 63 | 0 | 0.74 | 0.67 | 0.26 | 354.39 | 0.58 | 0.47 |
| Hex | BD | 32 | 3F | 0 | 4A | 43 | 1A | 162 | 3A | 2F |
| Octal | 275 | 62 | 77 | 0 | 112 | 103 | 32 | 542 | 72 | 57 |
| Binary | 10111101 | 110010 | 111111 | 0 | 1001010 | 1000011 | 11010 | 101100010 | 111010 | 101111 |
Color Harmonies of #BD323F
Complementary color
Monochromatic Colors of #BD323F
Black with #BD323F
Text Example
Text Example
White with #BD323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD323F; }
p { color: rgb(189,50,63); }
H1.HeaderClassName
{
color: #BD323F;
}
.AnyTagClassName
{
color: #BD323F;
}
</style>
background-color css
<style>
a { background-color: #BD323F; }
a { background-color: rgb(189,50,63); }
div.DivClassName
{
background-color: #BD323F;
}
.BgClassName
{
background-color: #BD323F;
}
</style>
border-color css
<style>
span { border-color: #BD323F; }
span { border-color: rgb(189,50,63); }
td.TdClassName
{
border-color: #BD323F;
}
.TagClassName
{
border-color: #BD323F;
}
</style>