Shades of Brick Red #BD3144
Tints of Brick Red #BD3144
RGB
CMYK
RGB Variations
Color information
#BD3144 (or 0xBD3144) is known color: Brick Red. HEX triplet: BD, 31 and 44. RGB value is (189,49,68). Sum of RGB (Red+Green+Blue) = 189+49+68=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3144 is #42CEBB. Grayscale: #5D5D5D. Windows color (decimal): -4378300 or 4469181. OLE color: 4469181.
HSL color Cylindrical-coordinate representation of color #BD3144: hue angle of 351.86º degrees, saturation: 0.59, 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 #BD3144 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 68 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.26 |
| HSL | 351.86º | 0.59% | 0.47% | - |
| HSV(B) | 351.86º | 0.74% | 0.74% | - |
| XYZ | 23.13 | 13.43 | 6.84 | - |
| YUV | 93.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 68 | 0 | 0.74 | 0.64 | 0.26 | 351.86 | 0.59 | 0.47 |
| Hex | BD | 31 | 44 | 0 | 4A | 40 | 1A | 160 | 3B | 2F |
| Octal | 275 | 61 | 104 | 0 | 112 | 100 | 32 | 540 | 73 | 57 |
| Binary | 10111101 | 110001 | 1000100 | 0 | 1001010 | 1000000 | 11010 | 101100000 | 111011 | 101111 |
Color Harmonies of #BD3144
Complementary color
Monochromatic Colors of #BD3144
Black with #BD3144
Text Example
Text Example
White with #BD3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3144; }
p { color: rgb(189,49,68); }
H1.HeaderClassName
{
color: #BD3144;
}
.AnyTagClassName
{
color: #BD3144;
}
</style>
background-color css
<style>
a { background-color: #BD3144; }
a { background-color: rgb(189,49,68); }
div.DivClassName
{
background-color: #BD3144;
}
.BgClassName
{
background-color: #BD3144;
}
</style>
border-color css
<style>
span { border-color: #BD3144; }
span { border-color: rgb(189,49,68); }
td.TdClassName
{
border-color: #BD3144;
}
.TagClassName
{
border-color: #BD3144;
}
</style>