Shades of Brick Red #BD3945
Tints of Brick Red #BD3945
RGB
CMYK
RGB Variations
Color information
#BD3945 (or 0xBD3945) is known color: Brick Red. HEX triplet: BD, 39 and 45. RGB value is (189,57,69). Sum of RGB (Red+Green+Blue) = 189+57+69=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3945 is #42C6BA. Grayscale: #616161. Windows color (decimal): -4376251 or 4536765. OLE color: 4536765.
HSL color Cylindrical-coordinate representation of color #BD3945: hue angle of 354.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3945 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 69 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.26 |
| HSL | 354.55º | 0.54% | 0.48% | - |
| HSV(B) | 354.55º | 0.7% | 0.74% | - |
| XYZ | 23.52 | 14.17 | 7.13 | - |
| YUV | 97.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 69 | 0 | 0.70 | 0.63 | 0.26 | 354.55 | 0.54 | 0.48 |
| Hex | BD | 39 | 45 | 0 | 46 | 3F | 1A | 163 | 36 | 30 |
| Octal | 275 | 71 | 105 | 0 | 106 | 77 | 32 | 543 | 66 | 60 |
| Binary | 10111101 | 111001 | 1000101 | 0 | 1000110 | 111111 | 11010 | 101100011 | 110110 | 110000 |
Color Harmonies of #BD3945
Complementary color
Monochromatic Colors of #BD3945
Black with #BD3945
Text Example
Text Example
White with #BD3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3945; }
p { color: rgb(189,57,69); }
H1.HeaderClassName
{
color: #BD3945;
}
.AnyTagClassName
{
color: #BD3945;
}
</style>
background-color css
<style>
a { background-color: #BD3945; }
a { background-color: rgb(189,57,69); }
div.DivClassName
{
background-color: #BD3945;
}
.BgClassName
{
background-color: #BD3945;
}
</style>
border-color css
<style>
span { border-color: #BD3945; }
span { border-color: rgb(189,57,69); }
td.TdClassName
{
border-color: #BD3945;
}
.TagClassName
{
border-color: #BD3945;
}
</style>