Shades of Brick Red #BD3240
Tints of Brick Red #BD3240
RGB
CMYK
RGB Variations
Color information
#BD3240 (or 0xBD3240) is known color: Brick Red. HEX triplet: BD, 32 and 40. RGB value is (189,50,64). Sum of RGB (Red+Green+Blue) = 189+50+64=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3240 is #42CDBF. Grayscale: #5D5D5D. Windows color (decimal): -4378048 or 4207293. OLE color: 4207293.
HSL color Cylindrical-coordinate representation of color #BD3240: hue angle of 353.96º 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 #BD3240 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 64 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.26 |
| HSL | 353.96º | 0.58% | 0.47% | - |
| HSV(B) | 353.96º | 0.74% | 0.74% | - |
| XYZ | 23.05 | 13.47 | 6.24 | - |
| YUV | 93.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 64 | 0 | 0.74 | 0.66 | 0.26 | 353.96 | 0.58 | 0.47 |
| Hex | BD | 32 | 40 | 0 | 4A | 42 | 1A | 162 | 3A | 2F |
| Octal | 275 | 62 | 100 | 0 | 112 | 102 | 32 | 542 | 72 | 57 |
| Binary | 10111101 | 110010 | 1000000 | 0 | 1001010 | 1000010 | 11010 | 101100010 | 111010 | 101111 |
Color Harmonies of #BD3240
Complementary color
Monochromatic Colors of #BD3240
Black with #BD3240
Text Example
Text Example
White with #BD3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3240; }
p { color: rgb(189,50,64); }
H1.HeaderClassName
{
color: #BD3240;
}
.AnyTagClassName
{
color: #BD3240;
}
</style>
background-color css
<style>
a { background-color: #BD3240; }
a { background-color: rgb(189,50,64); }
div.DivClassName
{
background-color: #BD3240;
}
.BgClassName
{
background-color: #BD3240;
}
</style>
border-color css
<style>
span { border-color: #BD3240; }
span { border-color: rgb(189,50,64); }
td.TdClassName
{
border-color: #BD3240;
}
.TagClassName
{
border-color: #BD3240;
}
</style>