Shades of Night Shadz #B0404C
Tints of Night Shadz #B0404C
RGB
CMYK
RGB Variations
Color information
#B0404C (or 0xB0404C) is known color: Night Shadz. HEX triplet: B0, 40 and 4C. RGB value is (176,64,76). Sum of RGB (Red+Green+Blue) = 176+64+76=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0404C is #4FBFB3. Grayscale: #626262. Windows color (decimal): -5226420 or 4997296. OLE color: 4997296.
HSL color Cylindrical-coordinate representation of color #B0404C: hue angle of 353.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0404C is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 76 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.31 |
| HSL | 353.57º | 0.47% | 0.47% | - |
| HSV(B) | 353.57º | 0.64% | 0.69% | - |
| XYZ | 21.04 | 13.42 | 8.32 | - |
| YUV | 98.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 76 | 0 | 0.64 | 0.57 | 0.31 | 353.57 | 0.47 | 0.47 |
| Hex | B0 | 40 | 4C | 0 | 40 | 39 | 1F | 162 | 2F | 2F |
| Octal | 260 | 100 | 114 | 0 | 100 | 71 | 37 | 542 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1001100 | 0 | 1000000 | 111001 | 11111 | 101100010 | 101111 | 101111 |
Color Harmonies of #B0404C
Complementary color
Monochromatic Colors of #B0404C
Black with #B0404C
Text Example
Text Example
White with #B0404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0404C; }
p { color: rgb(176,64,76); }
H1.HeaderClassName
{
color: #B0404C;
}
.AnyTagClassName
{
color: #B0404C;
}
</style>
background-color css
<style>
a { background-color: #B0404C; }
a { background-color: rgb(176,64,76); }
div.DivClassName
{
background-color: #B0404C;
}
.BgClassName
{
background-color: #B0404C;
}
</style>
border-color css
<style>
span { border-color: #B0404C; }
span { border-color: rgb(176,64,76); }
td.TdClassName
{
border-color: #B0404C;
}
.TagClassName
{
border-color: #B0404C;
}
</style>