Shades of Night Shadz #AD3B40
Tints of Night Shadz #AD3B40
RGB
CMYK
RGB Variations
Color information
#AD3B40 (or 0xAD3B40) is known color: Night Shadz. HEX triplet: AD, 3B and 40. RGB value is (173,59,64). Sum of RGB (Red+Green+Blue) = 173+59+64=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B40 is #52C4BF. Grayscale: #5D5D5D. Windows color (decimal): -5424320 or 4209581. OLE color: 4209581.
HSL color Cylindrical-coordinate representation of color #AD3B40: hue angle of 357.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3B40 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 64 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.32 |
| HSL | 357.37º | 0.49% | 0.45% | - |
| HSV(B) | 357.37º | 0.66% | 0.68% | - |
| XYZ | 19.72 | 12.38 | 6.2 | - |
| YUV | 93.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 64 | 0 | 0.66 | 0.63 | 0.32 | 357.37 | 0.49 | 0.45 |
| Hex | AD | 3B | 40 | 0 | 42 | 3F | 20 | 165 | 31 | 2D |
| Octal | 255 | 73 | 100 | 0 | 102 | 77 | 40 | 545 | 61 | 55 |
| Binary | 10101101 | 111011 | 1000000 | 0 | 1000010 | 111111 | 100000 | 101100101 | 110001 | 101101 |
Color Harmonies of #AD3B40
Complementary color
Monochromatic Colors of #AD3B40
Black with #AD3B40
Text Example
Text Example
White with #AD3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B40; }
p { color: rgb(173,59,64); }
H1.HeaderClassName
{
color: #AD3B40;
}
.AnyTagClassName
{
color: #AD3B40;
}
</style>
background-color css
<style>
a { background-color: #AD3B40; }
a { background-color: rgb(173,59,64); }
div.DivClassName
{
background-color: #AD3B40;
}
.BgClassName
{
background-color: #AD3B40;
}
</style>
border-color css
<style>
span { border-color: #AD3B40; }
span { border-color: rgb(173,59,64); }
td.TdClassName
{
border-color: #AD3B40;
}
.TagClassName
{
border-color: #AD3B40;
}
</style>