Shades of Brick Red #BD3445
Tints of Brick Red #BD3445
RGB
CMYK
RGB Variations
Color information
#BD3445 (or 0xBD3445) is known color: Brick Red. HEX triplet: BD, 34 and 45. RGB value is (189,52,69). Sum of RGB (Red+Green+Blue) = 189+52+69=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3445 is #42CBBA. Grayscale: #5E5E5E. Windows color (decimal): -4377531 or 4535485. OLE color: 4535485.
HSL color Cylindrical-coordinate representation of color #BD3445: hue angle of 352.55º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3445 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 69 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.26 |
| HSL | 352.55º | 0.57% | 0.47% | - |
| HSV(B) | 352.55º | 0.72% | 0.74% | - |
| XYZ | 23.29 | 13.7 | 7.05 | - |
| YUV | 94.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 69 | 0 | 0.72 | 0.63 | 0.26 | 352.55 | 0.57 | 0.47 |
| Hex | BD | 34 | 45 | 0 | 48 | 3F | 1A | 161 | 39 | 2F |
| Octal | 275 | 64 | 105 | 0 | 110 | 77 | 32 | 541 | 71 | 57 |
| Binary | 10111101 | 110100 | 1000101 | 0 | 1001000 | 111111 | 11010 | 101100001 | 111001 | 101111 |
Color Harmonies of #BD3445
Complementary color
Monochromatic Colors of #BD3445
Black with #BD3445
Text Example
Text Example
White with #BD3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3445; }
p { color: rgb(189,52,69); }
H1.HeaderClassName
{
color: #BD3445;
}
.AnyTagClassName
{
color: #BD3445;
}
</style>
background-color css
<style>
a { background-color: #BD3445; }
a { background-color: rgb(189,52,69); }
div.DivClassName
{
background-color: #BD3445;
}
.BgClassName
{
background-color: #BD3445;
}
</style>
border-color css
<style>
span { border-color: #BD3445; }
span { border-color: rgb(189,52,69); }
td.TdClassName
{
border-color: #BD3445;
}
.TagClassName
{
border-color: #BD3445;
}
</style>