Shades of Brick Red #B9363F
Tints of Brick Red #B9363F
RGB
CMYK
RGB Variations
Color information
#B9363F (or 0xB9363F) is known color: Brick Red. HEX triplet: B9, 36 and 3F. RGB value is (185,54,63). Sum of RGB (Red+Green+Blue) = 185+54+63=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363F is #46C9C0. Grayscale: #5E5E5E. Windows color (decimal): -4639169 or 4142777. OLE color: 4142777.
HSL color Cylindrical-coordinate representation of color #B9363F: hue angle of 355.88º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9363F is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 63 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.27 |
| HSL | 355.88º | 0.55% | 0.47% | - |
| HSV(B) | 355.88º | 0.71% | 0.73% | - |
| XYZ | 22.22 | 13.31 | 6.1 | - |
| YUV | 94.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 63 | 0 | 0.71 | 0.66 | 0.27 | 355.88 | 0.55 | 0.47 |
| Hex | B9 | 36 | 3F | 0 | 47 | 42 | 1B | 164 | 37 | 2F |
| Octal | 271 | 66 | 77 | 0 | 107 | 102 | 33 | 544 | 67 | 57 |
| Binary | 10111001 | 110110 | 111111 | 0 | 1000111 | 1000010 | 11011 | 101100100 | 110111 | 101111 |
Color Harmonies of #B9363F
Complementary color
Monochromatic Colors of #B9363F
Black with #B9363F
Text Example
Text Example
White with #B9363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9363F; }
p { color: rgb(185,54,63); }
H1.HeaderClassName
{
color: #B9363F;
}
.AnyTagClassName
{
color: #B9363F;
}
</style>
background-color css
<style>
a { background-color: #B9363F; }
a { background-color: rgb(185,54,63); }
div.DivClassName
{
background-color: #B9363F;
}
.BgClassName
{
background-color: #B9363F;
}
</style>
border-color css
<style>
span { border-color: #B9363F; }
span { border-color: rgb(185,54,63); }
td.TdClassName
{
border-color: #B9363F;
}
.TagClassName
{
border-color: #B9363F;
}
</style>