Shades of Night Shadz #B0404B
Tints of Night Shadz #B0404B
RGB
CMYK
RGB Variations
Color information
#B0404B (or 0xB0404B) is known color: Night Shadz. HEX triplet: B0, 40 and 4B. RGB value is (176,64,75). Sum of RGB (Red+Green+Blue) = 176+64+75=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B0404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0404B is #4FBFB4. Grayscale: #626262. Windows color (decimal): -5226421 or 4931760. OLE color: 4931760.
HSL color Cylindrical-coordinate representation of color #B0404B: hue angle of 354.11º 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 #B0404B is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 75 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.31 |
| HSL | 354.11º | 0.47% | 0.47% | - |
| HSV(B) | 354.11º | 0.64% | 0.69% | - |
| XYZ | 21.01 | 13.4 | 8.14 | - |
| YUV | 98.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 75 | 0 | 0.64 | 0.57 | 0.31 | 354.11 | 0.47 | 0.47 |
| Hex | B0 | 40 | 4B | 0 | 40 | 39 | 1F | 162 | 2F | 2F |
| Octal | 260 | 100 | 113 | 0 | 100 | 71 | 37 | 542 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1001011 | 0 | 1000000 | 111001 | 11111 | 101100010 | 101111 | 101111 |
Color Harmonies of #B0404B
Complementary color
Monochromatic Colors of #B0404B
Black with #B0404B
Text Example
Text Example
White with #B0404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0404B; }
p { color: rgb(176,64,75); }
H1.HeaderClassName
{
color: #B0404B;
}
.AnyTagClassName
{
color: #B0404B;
}
</style>
background-color css
<style>
a { background-color: #B0404B; }
a { background-color: rgb(176,64,75); }
div.DivClassName
{
background-color: #B0404B;
}
.BgClassName
{
background-color: #B0404B;
}
</style>
border-color css
<style>
span { border-color: #B0404B; }
span { border-color: rgb(176,64,75); }
td.TdClassName
{
border-color: #B0404B;
}
.TagClassName
{
border-color: #B0404B;
}
</style>