Shades of Brick Red #B9313F
Tints of Brick Red #B9313F
RGB
CMYK
RGB Variations
Color information
#B9313F (or 0xB9313F) is known color: Brick Red. HEX triplet: B9, 31 and 3F. RGB value is (185,49,63). Sum of RGB (Red+Green+Blue) = 185+49+63=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9313F is #46CEC0. Grayscale: #5B5B5B. Windows color (decimal): -4640449 or 4141497. OLE color: 4141497.
HSL color Cylindrical-coordinate representation of color #B9313F: hue angle of 353.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9313F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 63 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.27 |
| HSL | 353.82º | 0.58% | 0.46% | - |
| HSV(B) | 353.82º | 0.74% | 0.73% | - |
| XYZ | 22 | 12.87 | 6.03 | - |
| YUV | 91.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 63 | 0 | 0.74 | 0.66 | 0.27 | 353.82 | 0.58 | 0.46 |
| Hex | B9 | 31 | 3F | 0 | 4A | 42 | 1B | 162 | 3A | 2E |
| Octal | 271 | 61 | 77 | 0 | 112 | 102 | 33 | 542 | 72 | 56 |
| Binary | 10111001 | 110001 | 111111 | 0 | 1001010 | 1000010 | 11011 | 101100010 | 111010 | 101110 |
Color Harmonies of #B9313F
Complementary color
Monochromatic Colors of #B9313F
Black with #B9313F
Text Example
Text Example
White with #B9313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9313F; }
p { color: rgb(185,49,63); }
H1.HeaderClassName
{
color: #B9313F;
}
.AnyTagClassName
{
color: #B9313F;
}
</style>
background-color css
<style>
a { background-color: #B9313F; }
a { background-color: rgb(185,49,63); }
div.DivClassName
{
background-color: #B9313F;
}
.BgClassName
{
background-color: #B9313F;
}
</style>
border-color css
<style>
span { border-color: #B9313F; }
span { border-color: rgb(185,49,63); }
td.TdClassName
{
border-color: #B9313F;
}
.TagClassName
{
border-color: #B9313F;
}
</style>