#AD3C41

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

Shades of Night Shadz #AD3C41

Tints of Night Shadz #AD3C41

Color information

#AD3C41 (or 0xAD3C41) is unknown color: approx Night Shadz. HEX triplet: AD, 3C and 41. RGB value is (173,60,65). Sum of RGB (Red+Green+Blue) = 173+60+65=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C41 is #52C3BE. Grayscale: #5E5E5E. Windows color (decimal): -5424063 or 4275373. OLE color: 4275373.

HSL color Cylindrical-coordinate representation of color #AD3C41: hue angle of 357.35º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3C41 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1736065-
CMYK00.650.620.32
HSL357.35º48.5%45.69%-
HSV(B)357.35º65.32%67.84%-
XYZ19.812.56.37-
YUV94.36111.44184.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=58.05%
G=20.13%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173606500.650.620.32357.3548.545.69
HexAD3C410413E20165302e
Octal25574101010176405456056
Binary10101101111100100000101000001111110100000101100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3C41; }

 p { color: rgb(173,60,65); }

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

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

 a { background-color: rgb(173,60,65); }

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

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

 span { border-color: rgb(173,60,65); }

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