Shades of Night Shadz #B0404A
Tints of Night Shadz #B0404A
RGB
CMYK
RGB Variations
Color information
#B0404A (or 0xB0404A) is known color: Night Shadz. HEX triplet: B0, 40 and 4A. RGB value is (176,64,74). Sum of RGB (Red+Green+Blue) = 176+64+74=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B0404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0404A is #4FBFB5. Grayscale: #626262. Windows color (decimal): -5226422 or 4866224. OLE color: 4866224.
HSL color Cylindrical-coordinate representation of color #B0404A: hue angle of 354.64º 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 #B0404A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 74 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.31 |
| HSL | 354.64º | 0.47% | 0.47% | - |
| HSV(B) | 354.64º | 0.64% | 0.69% | - |
| XYZ | 20.97 | 13.39 | 7.96 | - |
| YUV | 98.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 74 | 0 | 0.64 | 0.58 | 0.31 | 354.64 | 0.47 | 0.47 |
| Hex | B0 | 40 | 4A | 0 | 40 | 3A | 1F | 163 | 2F | 2F |
| Octal | 260 | 100 | 112 | 0 | 100 | 72 | 37 | 543 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1001010 | 0 | 1000000 | 111010 | 11111 | 101100011 | 101111 | 101111 |
Color Harmonies of #B0404A
Complementary color
Monochromatic Colors of #B0404A
Black with #B0404A
Text Example
Text Example
White with #B0404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0404A; }
p { color: rgb(176,64,74); }
H1.HeaderClassName
{
color: #B0404A;
}
.AnyTagClassName
{
color: #B0404A;
}
</style>
background-color css
<style>
a { background-color: #B0404A; }
a { background-color: rgb(176,64,74); }
div.DivClassName
{
background-color: #B0404A;
}
.BgClassName
{
background-color: #B0404A;
}
</style>
border-color css
<style>
span { border-color: #B0404A; }
span { border-color: rgb(176,64,74); }
td.TdClassName
{
border-color: #B0404A;
}
.TagClassName
{
border-color: #B0404A;
}
</style>