Shades of Night Shadz #B0414D
Tints of Night Shadz #B0414D
RGB
CMYK
RGB Variations
Color information
#B0414D (or 0xB0414D) is known color: Night Shadz. HEX triplet: B0, 41 and 4D. RGB value is (176,65,77). Sum of RGB (Red+Green+Blue) = 176+65+77=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0414D is #4FBEB2. Grayscale: #636363. Windows color (decimal): -5226163 or 5063088. OLE color: 5063088.
HSL color Cylindrical-coordinate representation of color #B0414D: hue angle of 353.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0414D is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 77 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.31 |
| HSL | 353.51º | 0.46% | 0.47% | - |
| HSV(B) | 353.51º | 0.63% | 0.69% | - |
| XYZ | 21.13 | 13.55 | 8.52 | - |
| YUV | 99.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 77 | 0 | 0.63 | 0.56 | 0.31 | 353.51 | 0.46 | 0.47 |
| Hex | B0 | 41 | 4D | 0 | 3F | 38 | 1F | 162 | 2E | 2F |
| Octal | 260 | 101 | 115 | 0 | 77 | 70 | 37 | 542 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1001101 | 0 | 111111 | 111000 | 11111 | 101100010 | 101110 | 101111 |
Color Harmonies of #B0414D
Complementary color
Monochromatic Colors of #B0414D
Black with #B0414D
Text Example
Text Example
White with #B0414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0414D; }
p { color: rgb(176,65,77); }
H1.HeaderClassName
{
color: #B0414D;
}
.AnyTagClassName
{
color: #B0414D;
}
</style>
background-color css
<style>
a { background-color: #B0414D; }
a { background-color: rgb(176,65,77); }
div.DivClassName
{
background-color: #B0414D;
}
.BgClassName
{
background-color: #B0414D;
}
</style>
border-color css
<style>
span { border-color: #B0414D; }
span { border-color: rgb(176,65,77); }
td.TdClassName
{
border-color: #B0414D;
}
.TagClassName
{
border-color: #B0414D;
}
</style>