Shades of Brick Red #BD4045
Tints of Brick Red #BD4045
RGB
CMYK
RGB Variations
Color information
#BD4045 (or 0xBD4045) is known color: Brick Red. HEX triplet: BD, 40 and 45. RGB value is (189,64,69). Sum of RGB (Red+Green+Blue) = 189+64+69=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4045 is #42BFBA. Grayscale: #666666. Windows color (decimal): -4374459 or 4538557. OLE color: 4538557.
HSL color Cylindrical-coordinate representation of color #BD4045: hue angle of 357.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4045 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 69 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.26 |
| HSL | 357.6º | 0.49% | 0.5% | - |
| HSV(B) | 357.6º | 0.66% | 0.74% | - |
| XYZ | 23.89 | 14.92 | 7.25 | - |
| YUV | 101.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 69 | 0 | 0.66 | 0.63 | 0.26 | 357.6 | 0.49 | 0.5 |
| Hex | BD | 40 | 45 | 0 | 42 | 3F | 1A | 166 | 31 | 32 |
| Octal | 275 | 100 | 105 | 0 | 102 | 77 | 32 | 546 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1000101 | 0 | 1000010 | 111111 | 11010 | 101100110 | 110001 | 110010 |
Color Harmonies of #BD4045
Complementary color
Monochromatic Colors of #BD4045
Black with #BD4045
Text Example
Text Example
White with #BD4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4045; }
p { color: rgb(189,64,69); }
H1.HeaderClassName
{
color: #BD4045;
}
.AnyTagClassName
{
color: #BD4045;
}
</style>
background-color css
<style>
a { background-color: #BD4045; }
a { background-color: rgb(189,64,69); }
div.DivClassName
{
background-color: #BD4045;
}
.BgClassName
{
background-color: #BD4045;
}
</style>
border-color css
<style>
span { border-color: #BD4045; }
span { border-color: rgb(189,64,69); }
td.TdClassName
{
border-color: #BD4045;
}
.TagClassName
{
border-color: #BD4045;
}
</style>