#ad3b4c

Color #AD3B4C Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #AD3B4C

Tints of Night Shadz #AD3B4C

Color information

#AD3B4C (or 0xAD3B4C) is unknown color: approx Night Shadz. HEX triplet: AD, 3B and 4C. RGB value is (173,59,76). Sum of RGB (Red+Green+Blue) = 173+59+76=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B4C is #52C4B3. Grayscale: #5F5F5F. Windows color (decimal): -5424308 or 4996013. OLE color: 4996013.

HSL color Cylindrical-coordinate representation of color #AD3B4C: hue angle of 351.05º 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 #AD3B4C is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1735976-
CMYK00.660.560.32
HSL351.05º49.14%45.49%-
HSV(B)351.05º65.9%67.84%-
XYZ20.112.538.2-
YUV95.02117.27183.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=56.17%
G=19.16%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173597600.660.560.32351.0549.1445.49
HexAD3B4C042382015f312d
Octal25573114010270405376155
Binary10101101111011100110001000010111000100000101011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad3b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad3b4c; }

 p { color: rgb(173,59,76); }

 H1.HeaderClassName
 {
   color: #ad3b4c;
 }
 .AnyTagClassName
 {
   color: #ad3b4c;
 }
</style>
background-color css

<style>
 a { background-color: #ad3b4c; }

 a { background-color: rgb(173,59,76); }

 div.DivClassName
 {
   background-color: #ad3b4c;
 }
 .BgClassName
 {
   background-color: #ad3b4c;
 }
</style>
border-color css

<style>
 span { border-color: #ad3b4c; }

 span { border-color: rgb(173,59,76); }

 td.TdClassName
 {
   border-color: #ad3b4c;
 }
 .TagClassName
 {
   border-color: #ad3b4c;
 }
</style>