Shades of Brick Red #BD313E
Tints of Brick Red #BD313E
RGB
CMYK
RGB Variations
Color information
#BD313E (or 0xBD313E) is known color: Brick Red. HEX triplet: BD, 31 and 3E. RGB value is (189,49,62). Sum of RGB (Red+Green+Blue) = 189+49+62=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD313E is #42CEC1. Grayscale: #5C5C5C. Windows color (decimal): -4378306 or 4075965. OLE color: 4075965.
HSL color Cylindrical-coordinate representation of color #BD313E: hue angle of 354.43º 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 #BD313E is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 62 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.26 |
| HSL | 354.43º | 0.59% | 0.47% | - |
| HSV(B) | 354.43º | 0.74% | 0.74% | - |
| XYZ | 22.95 | 13.36 | 5.93 | - |
| YUV | 92.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 62 | 0 | 0.74 | 0.67 | 0.26 | 354.43 | 0.59 | 0.47 |
| Hex | BD | 31 | 3E | 0 | 4A | 43 | 1A | 162 | 3B | 2F |
| Octal | 275 | 61 | 76 | 0 | 112 | 103 | 32 | 542 | 73 | 57 |
| Binary | 10111101 | 110001 | 111110 | 0 | 1001010 | 1000011 | 11010 | 101100010 | 111011 | 101111 |
Color Harmonies of #BD313E
Complementary color
Monochromatic Colors of #BD313E
Black with #BD313E
Text Example
Text Example
White with #BD313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD313E; }
p { color: rgb(189,49,62); }
H1.HeaderClassName
{
color: #BD313E;
}
.AnyTagClassName
{
color: #BD313E;
}
</style>
background-color css
<style>
a { background-color: #BD313E; }
a { background-color: rgb(189,49,62); }
div.DivClassName
{
background-color: #BD313E;
}
.BgClassName
{
background-color: #BD313E;
}
</style>
border-color css
<style>
span { border-color: #BD313E; }
span { border-color: rgb(189,49,62); }
td.TdClassName
{
border-color: #BD313E;
}
.TagClassName
{
border-color: #BD313E;
}
</style>