Shades of Brick Red #B9333B
Tints of Brick Red #B9333B
RGB
CMYK
RGB Variations
Color information
#B9333B (or 0xB9333B) is known color: Brick Red. HEX triplet: B9, 33 and 3B. RGB value is (185,51,59). Sum of RGB (Red+Green+Blue) = 185+51+59=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9333B is #46CCC4. Grayscale: #5C5C5C. Windows color (decimal): -4639941 or 3879865. OLE color: 3879865.
HSL color Cylindrical-coordinate representation of color #B9333B: hue angle of 356.42º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9333B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 59 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.27 |
| HSL | 356.42º | 0.57% | 0.46% | - |
| HSV(B) | 356.42º | 0.72% | 0.73% | - |
| XYZ | 21.98 | 13 | 5.49 | - |
| YUV | 91.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 59 | 0 | 0.72 | 0.68 | 0.27 | 356.42 | 0.57 | 0.46 |
| Hex | B9 | 33 | 3B | 0 | 48 | 44 | 1B | 164 | 39 | 2E |
| Octal | 271 | 63 | 73 | 0 | 110 | 104 | 33 | 544 | 71 | 56 |
| Binary | 10111001 | 110011 | 111011 | 0 | 1001000 | 1000100 | 11011 | 101100100 | 111001 | 101110 |
Color Harmonies of #B9333B
Complementary color
Monochromatic Colors of #B9333B
Black with #B9333B
Text Example
Text Example
White with #B9333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9333B; }
p { color: rgb(185,51,59); }
H1.HeaderClassName
{
color: #B9333B;
}
.AnyTagClassName
{
color: #B9333B;
}
</style>
background-color css
<style>
a { background-color: #B9333B; }
a { background-color: rgb(185,51,59); }
div.DivClassName
{
background-color: #B9333B;
}
.BgClassName
{
background-color: #B9333B;
}
</style>
border-color css
<style>
span { border-color: #B9333B; }
span { border-color: rgb(185,51,59); }
td.TdClassName
{
border-color: #B9333B;
}
.TagClassName
{
border-color: #B9333B;
}
</style>