Shades of Night Shadz #B03949
Tints of Night Shadz #B03949
RGB
CMYK
RGB Variations
Color information
#B03949 (or 0xB03949) is known color: Night Shadz. HEX triplet: B0, 39 and 49. RGB value is (176,57,73). Sum of RGB (Red+Green+Blue) = 176+57+73=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B03949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03949 is #4FC6B6. Grayscale: #5E5E5E. Windows color (decimal): -5228215 or 4798896. OLE color: 4798896.
HSL color Cylindrical-coordinate representation of color #B03949: hue angle of 351.93º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03949 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 73 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.31 |
| HSL | 351.93º | 0.51% | 0.46% | - |
| HSV(B) | 351.93º | 0.68% | 0.69% | - |
| XYZ | 20.57 | 12.64 | 7.66 | - |
| YUV | 94.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 73 | 0 | 0.68 | 0.59 | 0.31 | 351.93 | 0.51 | 0.46 |
| Hex | B0 | 39 | 49 | 0 | 44 | 3B | 1F | 160 | 33 | 2E |
| Octal | 260 | 71 | 111 | 0 | 104 | 73 | 37 | 540 | 63 | 56 |
| Binary | 10110000 | 111001 | 1001001 | 0 | 1000100 | 111011 | 11111 | 101100000 | 110011 | 101110 |
Color Harmonies of #B03949
Complementary color
Monochromatic Colors of #B03949
Black with #B03949
Text Example
Text Example
White with #B03949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03949; }
p { color: rgb(176,57,73); }
H1.HeaderClassName
{
color: #B03949;
}
.AnyTagClassName
{
color: #B03949;
}
</style>
background-color css
<style>
a { background-color: #B03949; }
a { background-color: rgb(176,57,73); }
div.DivClassName
{
background-color: #B03949;
}
.BgClassName
{
background-color: #B03949;
}
</style>
border-color css
<style>
span { border-color: #B03949; }
span { border-color: rgb(176,57,73); }
td.TdClassName
{
border-color: #B03949;
}
.TagClassName
{
border-color: #B03949;
}
</style>