Shades of Brick Red #BF313B
Tints of Brick Red #BF313B
RGB
CMYK
RGB Variations
Color information
#BF313B (or 0xBF313B) is known color: Brick Red. HEX triplet: BF, 31 and 3B. RGB value is (191,49,59). Sum of RGB (Red+Green+Blue) = 191+49+59=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF313B is #40CEC4. Grayscale: #5C5C5C. Windows color (decimal): -4247237 or 3879359. OLE color: 3879359.
HSL color Cylindrical-coordinate representation of color #BF313B: hue angle of 355.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF313B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 59 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.25 |
| HSL | 355.77º | 0.59% | 0.47% | - |
| HSV(B) | 355.77º | 0.74% | 0.75% | - |
| XYZ | 23.37 | 13.59 | 5.53 | - |
| YUV | 92.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 59 | 0 | 0.74 | 0.69 | 0.25 | 355.77 | 0.59 | 0.47 |
| Hex | BF | 31 | 3B | 0 | 4A | 45 | 19 | 164 | 3B | 2F |
| Octal | 277 | 61 | 73 | 0 | 112 | 105 | 31 | 544 | 73 | 57 |
| Binary | 10111111 | 110001 | 111011 | 0 | 1001010 | 1000101 | 11001 | 101100100 | 111011 | 101111 |
Color Harmonies of #BF313B
Complementary color
Monochromatic Colors of #BF313B
Black with #BF313B
Text Example
Text Example
White with #BF313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF313B; }
p { color: rgb(191,49,59); }
H1.HeaderClassName
{
color: #BF313B;
}
.AnyTagClassName
{
color: #BF313B;
}
</style>
background-color css
<style>
a { background-color: #BF313B; }
a { background-color: rgb(191,49,59); }
div.DivClassName
{
background-color: #BF313B;
}
.BgClassName
{
background-color: #BF313B;
}
</style>
border-color css
<style>
span { border-color: #BF313B; }
span { border-color: rgb(191,49,59); }
td.TdClassName
{
border-color: #BF313B;
}
.TagClassName
{
border-color: #BF313B;
}
</style>