Shades of Night Shadz #B3404A
Tints of Night Shadz #B3404A
RGB
CMYK
RGB Variations
Color information
#B3404A (or 0xB3404A) is known color: Night Shadz. HEX triplet: B3, 40 and 4A. RGB value is (179,64,74). Sum of RGB (Red+Green+Blue) = 179+64+74=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B3404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3404A is #4CBFB5. Grayscale: #636363. Windows color (decimal): -5029814 or 4866227. OLE color: 4866227.
HSL color Cylindrical-coordinate representation of color #B3404A: hue angle of 354.78º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3404A is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 74 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.30 |
| HSL | 354.78º | 0.47% | 0.48% | - |
| HSV(B) | 354.78º | 0.64% | 0.7% | - |
| XYZ | 21.66 | 13.74 | 7.99 | - |
| YUV | 99.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 74 | 0 | 0.64 | 0.59 | 0.30 | 354.78 | 0.47 | 0.48 |
| Hex | B3 | 40 | 4A | 0 | 40 | 3B | 1E | 163 | 2F | 30 |
| Octal | 263 | 100 | 112 | 0 | 100 | 73 | 36 | 543 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1001010 | 0 | 1000000 | 111011 | 11110 | 101100011 | 101111 | 110000 |
Color Harmonies of #B3404A
Complementary color
Monochromatic Colors of #B3404A
Black with #B3404A
Text Example
Text Example
White with #B3404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3404A; }
p { color: rgb(179,64,74); }
H1.HeaderClassName
{
color: #B3404A;
}
.AnyTagClassName
{
color: #B3404A;
}
</style>
background-color css
<style>
a { background-color: #B3404A; }
a { background-color: rgb(179,64,74); }
div.DivClassName
{
background-color: #B3404A;
}
.BgClassName
{
background-color: #B3404A;
}
</style>
border-color css
<style>
span { border-color: #B3404A; }
span { border-color: rgb(179,64,74); }
td.TdClassName
{
border-color: #B3404A;
}
.TagClassName
{
border-color: #B3404A;
}
</style>