Html Css Color HEX #AD393F Night Shadz

📋 copy color: '#AD393F'

red 173 ◦ green 57 ◦ blue 63

#AD393F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Night Shadz #AD393F

Tints of Night Shadz #AD393F

RGB

 RED value IS 173 (67.97% from 255) = 59.04%

 GREEN value IS 57 (22.66% from 255) = 19.45%

 BLUE value IS 63 (25% from 255) = 21.5%

R = 59.04%
G = 19.45%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD393F (or 0xAD393F) is known color: Night Shadz. HEX triplet: AD, 39 and 3F. RGB value is (173,57,63). Sum of RGB (Red+Green+Blue) = 173+57+63=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD393F is #52C6C0. Grayscale: #5C5C5C. Windows color (decimal): -5424833 or 4143533. OLE color: 4143533.

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

Color convert

RGB 173 57 63 -
CMYK 0 0.67 0.64 0.32
HSL 356.9º 0.5% 0.45% -
HSV(B) 356.9º 0.67% 0.68% -
XYZ 19.59 12.17 6.02 -
YUV 92.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 173 57 63 0 0.67 0.64 0.32 356.9 0.5 0.45
Hex AD 39 3F 0 43 40 20 165 32 2D
Octal 255 71 77 0 103 100 40 545 62 55
Binary 10101101 111001 111111 0 1000011 1000000 100000 101100101 110010 101101

Color Harmonies of #AD393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD393F

Black with #AD393F

Text Example


Text Example

White with #AD393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD393F; }

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

 H1.HeaderClassName
 {
   color: #AD393F;
 }
 .AnyTagClassName
 {
   color: #AD393F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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