Shades of Brick Red #B9363D
Tints of Brick Red #B9363D
RGB
CMYK
RGB Variations
Color information
#B9363D (or 0xB9363D) is known color: Brick Red. HEX triplet: B9, 36 and 3D. RGB value is (185,54,61). Sum of RGB (Red+Green+Blue) = 185+54+61=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363D is #46C9C2. Grayscale: #5E5E5E. Windows color (decimal): -4639171 or 4011705. OLE color: 4011705.
HSL color Cylindrical-coordinate representation of color #B9363D: hue angle of 356.79º 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 #B9363D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 61 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.27 |
| HSL | 356.79º | 0.55% | 0.47% | - |
| HSV(B) | 356.79º | 0.71% | 0.73% | - |
| XYZ | 22.17 | 13.29 | 5.81 | - |
| YUV | 93.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 61 | 0 | 0.71 | 0.67 | 0.27 | 356.79 | 0.55 | 0.47 |
| Hex | B9 | 36 | 3D | 0 | 47 | 43 | 1B | 165 | 37 | 2F |
| Octal | 271 | 66 | 75 | 0 | 107 | 103 | 33 | 545 | 67 | 57 |
| Binary | 10111001 | 110110 | 111101 | 0 | 1000111 | 1000011 | 11011 | 101100101 | 110111 | 101111 |
Color Harmonies of #B9363D
Complementary color
Monochromatic Colors of #B9363D
Black with #B9363D
Text Example
Text Example
White with #B9363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9363D; }
p { color: rgb(185,54,61); }
H1.HeaderClassName
{
color: #B9363D;
}
.AnyTagClassName
{
color: #B9363D;
}
</style>
background-color css
<style>
a { background-color: #B9363D; }
a { background-color: rgb(185,54,61); }
div.DivClassName
{
background-color: #B9363D;
}
.BgClassName
{
background-color: #B9363D;
}
</style>
border-color css
<style>
span { border-color: #B9363D; }
span { border-color: rgb(185,54,61); }
td.TdClassName
{
border-color: #B9363D;
}
.TagClassName
{
border-color: #B9363D;
}
</style>