Shades of Brick Red #BD313C
Tints of Brick Red #BD313C
RGB
CMYK
RGB Variations
Color information
#BD313C (or 0xBD313C) is known color: Brick Red. HEX triplet: BD, 31 and 3C. RGB value is (189,49,60). Sum of RGB (Red+Green+Blue) = 189+49+60=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD313C is #42CEC3. Grayscale: #5C5C5C. Windows color (decimal): -4378308 or 3944893. OLE color: 3944893.
HSL color Cylindrical-coordinate representation of color #BD313C: hue angle of 355.29º 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 #BD313C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 60 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.26 |
| HSL | 355.29º | 0.59% | 0.47% | - |
| HSV(B) | 355.29º | 0.74% | 0.74% | - |
| XYZ | 22.9 | 13.34 | 5.64 | - |
| YUV | 92.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 60 | 0 | 0.74 | 0.68 | 0.26 | 355.29 | 0.59 | 0.47 |
| Hex | BD | 31 | 3C | 0 | 4A | 44 | 1A | 163 | 3B | 2F |
| Octal | 275 | 61 | 74 | 0 | 112 | 104 | 32 | 543 | 73 | 57 |
| Binary | 10111101 | 110001 | 111100 | 0 | 1001010 | 1000100 | 11010 | 101100011 | 111011 | 101111 |
Color Harmonies of #BD313C
Complementary color
Monochromatic Colors of #BD313C
Black with #BD313C
Text Example
Text Example
White with #BD313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD313C; }
p { color: rgb(189,49,60); }
H1.HeaderClassName
{
color: #BD313C;
}
.AnyTagClassName
{
color: #BD313C;
}
</style>
background-color css
<style>
a { background-color: #BD313C; }
a { background-color: rgb(189,49,60); }
div.DivClassName
{
background-color: #BD313C;
}
.BgClassName
{
background-color: #BD313C;
}
</style>
border-color css
<style>
span { border-color: #BD313C; }
span { border-color: rgb(189,49,60); }
td.TdClassName
{
border-color: #BD313C;
}
.TagClassName
{
border-color: #BD313C;
}
</style>