Shades of Night Shadz #B0394C
Tints of Night Shadz #B0394C
RGB
CMYK
RGB Variations
Color information
#B0394C (or 0xB0394C) is known color: Night Shadz. HEX triplet: B0, 39 and 4C. RGB value is (176,57,76). Sum of RGB (Red+Green+Blue) = 176+57+76=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0394C is #4FC6B3. Grayscale: #5E5E5E. Windows color (decimal): -5228212 or 4995504. OLE color: 4995504.
HSL color Cylindrical-coordinate representation of color #B0394C: hue angle of 350.42º 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 #B0394C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 76 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.31 |
| HSL | 350.42º | 0.51% | 0.46% | - |
| HSV(B) | 350.42º | 0.68% | 0.69% | - |
| XYZ | 20.67 | 12.68 | 8.2 | - |
| YUV | 94.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 76 | 0 | 0.68 | 0.57 | 0.31 | 350.42 | 0.51 | 0.46 |
| Hex | B0 | 39 | 4C | 0 | 44 | 39 | 1F | 15E | 33 | 2E |
| Octal | 260 | 71 | 114 | 0 | 104 | 71 | 37 | 536 | 63 | 56 |
| Binary | 10110000 | 111001 | 1001100 | 0 | 1000100 | 111001 | 11111 | 101011110 | 110011 | 101110 |
Color Harmonies of #B0394C
Complementary color
Monochromatic Colors of #B0394C
Black with #B0394C
Text Example
Text Example
White with #B0394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0394C; }
p { color: rgb(176,57,76); }
H1.HeaderClassName
{
color: #B0394C;
}
.AnyTagClassName
{
color: #B0394C;
}
</style>
background-color css
<style>
a { background-color: #B0394C; }
a { background-color: rgb(176,57,76); }
div.DivClassName
{
background-color: #B0394C;
}
.BgClassName
{
background-color: #B0394C;
}
</style>
border-color css
<style>
span { border-color: #B0394C; }
span { border-color: rgb(176,57,76); }
td.TdClassName
{
border-color: #B0394C;
}
.TagClassName
{
border-color: #B0394C;
}
</style>