Shades of Night Shadz #B03F4A
Tints of Night Shadz #B03F4A
RGB
CMYK
RGB Variations
Color information
#B03F4A (or 0xB03F4A) is known color: Night Shadz. HEX triplet: B0, 3F and 4A. RGB value is (176,63,74). Sum of RGB (Red+Green+Blue) = 176+63+74=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F4A is #4FC0B5. Grayscale: #626262. Windows color (decimal): -5226678 or 4865968. OLE color: 4865968.
HSL color Cylindrical-coordinate representation of color #B03F4A: hue angle of 354.16º 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 #B03F4A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 74 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.31 |
| HSL | 354.16º | 0.47% | 0.47% | - |
| HSV(B) | 354.16º | 0.64% | 0.69% | - |
| XYZ | 20.92 | 13.28 | 7.94 | - |
| YUV | 98.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 74 | 0 | 0.64 | 0.58 | 0.31 | 354.16 | 0.47 | 0.47 |
| Hex | B0 | 3F | 4A | 0 | 40 | 3A | 1F | 162 | 2F | 2F |
| Octal | 260 | 77 | 112 | 0 | 100 | 72 | 37 | 542 | 57 | 57 |
| Binary | 10110000 | 111111 | 1001010 | 0 | 1000000 | 111010 | 11111 | 101100010 | 101111 | 101111 |
Color Harmonies of #B03F4A
Complementary color
Monochromatic Colors of #B03F4A
Black with #B03F4A
Text Example
Text Example
White with #B03F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F4A; }
p { color: rgb(176,63,74); }
H1.HeaderClassName
{
color: #B03F4A;
}
.AnyTagClassName
{
color: #B03F4A;
}
</style>
background-color css
<style>
a { background-color: #B03F4A; }
a { background-color: rgb(176,63,74); }
div.DivClassName
{
background-color: #B03F4A;
}
.BgClassName
{
background-color: #B03F4A;
}
</style>
border-color css
<style>
span { border-color: #B03F4A; }
span { border-color: rgb(176,63,74); }
td.TdClassName
{
border-color: #B03F4A;
}
.TagClassName
{
border-color: #B03F4A;
}
</style>