Shades of Brick Red #BD313D
Tints of Brick Red #BD313D
RGB
CMYK
RGB Variations
Color information
#BD313D (or 0xBD313D) is known color: Brick Red. HEX triplet: BD, 31 and 3D. RGB value is (189,49,61). Sum of RGB (Red+Green+Blue) = 189+49+61=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD313D is #42CEC2. Grayscale: #5C5C5C. Windows color (decimal): -4378307 or 4010429. OLE color: 4010429.
HSL color Cylindrical-coordinate representation of color #BD313D: hue angle of 354.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 #BD313D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 61 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.26 |
| HSL | 354.86º | 0.59% | 0.47% | - |
| HSV(B) | 354.86º | 0.74% | 0.74% | - |
| XYZ | 22.93 | 13.35 | 5.78 | - |
| YUV | 92.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 61 | 0 | 0.74 | 0.68 | 0.26 | 354.86 | 0.59 | 0.47 |
| Hex | BD | 31 | 3D | 0 | 4A | 44 | 1A | 163 | 3B | 2F |
| Octal | 275 | 61 | 75 | 0 | 112 | 104 | 32 | 543 | 73 | 57 |
| Binary | 10111101 | 110001 | 111101 | 0 | 1001010 | 1000100 | 11010 | 101100011 | 111011 | 101111 |
Color Harmonies of #BD313D
Complementary color
Monochromatic Colors of #BD313D
Black with #BD313D
Text Example
Text Example
White with #BD313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD313D; }
p { color: rgb(189,49,61); }
H1.HeaderClassName
{
color: #BD313D;
}
.AnyTagClassName
{
color: #BD313D;
}
</style>
background-color css
<style>
a { background-color: #BD313D; }
a { background-color: rgb(189,49,61); }
div.DivClassName
{
background-color: #BD313D;
}
.BgClassName
{
background-color: #BD313D;
}
</style>
border-color css
<style>
span { border-color: #BD313D; }
span { border-color: rgb(189,49,61); }
td.TdClassName
{
border-color: #BD313D;
}
.TagClassName
{
border-color: #BD313D;
}
</style>