Shades of Brick Red #BD3044
Tints of Brick Red #BD3044
RGB
CMYK
RGB Variations
Color information
#BD3044 (or 0xBD3044) is known color: Brick Red. HEX triplet: BD, 30 and 44. RGB value is (189,48,68). Sum of RGB (Red+Green+Blue) = 189+48+68=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3044 is #42CFBB. Grayscale: #5C5C5C. Windows color (decimal): -4378556 or 4468925. OLE color: 4468925.
HSL color Cylindrical-coordinate representation of color #BD3044: hue angle of 351.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3044 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 68 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.26 |
| HSL | 351.49º | 0.59% | 0.46% | - |
| HSV(B) | 351.49º | 0.75% | 0.74% | - |
| XYZ | 23.09 | 13.35 | 6.83 | - |
| YUV | 92.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 68 | 0 | 0.75 | 0.64 | 0.26 | 351.49 | 0.59 | 0.46 |
| Hex | BD | 30 | 44 | 0 | 4B | 40 | 1A | 15F | 3B | 2E |
| Octal | 275 | 60 | 104 | 0 | 113 | 100 | 32 | 537 | 73 | 56 |
| Binary | 10111101 | 110000 | 1000100 | 0 | 1001011 | 1000000 | 11010 | 101011111 | 111011 | 101110 |
Color Harmonies of #BD3044
Complementary color
Monochromatic Colors of #BD3044
Black with #BD3044
Text Example
Text Example
White with #BD3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3044; }
p { color: rgb(189,48,68); }
H1.HeaderClassName
{
color: #BD3044;
}
.AnyTagClassName
{
color: #BD3044;
}
</style>
background-color css
<style>
a { background-color: #BD3044; }
a { background-color: rgb(189,48,68); }
div.DivClassName
{
background-color: #BD3044;
}
.BgClassName
{
background-color: #BD3044;
}
</style>
border-color css
<style>
span { border-color: #BD3044; }
span { border-color: rgb(189,48,68); }
td.TdClassName
{
border-color: #BD3044;
}
.TagClassName
{
border-color: #BD3044;
}
</style>