#AD3941

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

Shades of Night Shadz #AD3941

Tints of Night Shadz #AD3941

Color information

#AD3941 (or 0xAD3941) is unknown color: approx Night Shadz. HEX triplet: AD, 39 and 41. RGB value is (173,57,65). Sum of RGB (Red+Green+Blue) = 173+57+65=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3941 is #52C6BE. Grayscale: #5C5C5C. Windows color (decimal): -5424831 or 4274605. OLE color: 4274605.

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

Color convert

RGB1735765-
CMYK00.670.620.32
HSL355.86º50.43%45.1%-
HSV(B)355.86º67.05%67.84%-
XYZ19.6512.196.32-
YUV92.6112.43185.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.64%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=58.64%
G=19.32%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173576500.670.620.32355.8650.4345.1
HexAD39410433E20164322d
Octal25571101010376405446255
Binary10101101111001100000101000011111110100000101100100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3941; }

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

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

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

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

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

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

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

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