Html Css Color HEX #AD3948 Night Shadz

📋 copy color: '#AD3948'

red 173 ◦ green 57 ◦ blue 72

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

Shades of Night Shadz #AD3948

Tints of Night Shadz #AD3948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 57.28%
G = 18.87%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD3948 (or 0xAD3948) is known color: Night Shadz. HEX triplet: AD, 39 and 48. RGB value is (173,57,72). Sum of RGB (Red+Green+Blue) = 173+57+72=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3948 is #52C6B7. Grayscale: #5D5D5D. Windows color (decimal): -5424824 or 4733357. OLE color: 4733357.

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

Color convert

RGB 173 57 72 -
CMYK 0 0.67 0.58 0.32
HSL 352.24º 0.5% 0.45% -
HSV(B) 352.24º 0.67% 0.68% -
XYZ 19.87 12.28 7.45 -
YUV 93.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 173 57 72 0 0.67 0.58 0.32 352.24 0.5 0.45
Hex AD 39 48 0 43 3A 20 160 32 2D
Octal 255 71 110 0 103 72 40 540 62 55
Binary 10101101 111001 1001000 0 1000011 111010 100000 101100000 110010 101101

Color Harmonies of #AD3948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3948

Black with #AD3948

Text Example


Text Example

White with #AD3948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3948; }

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

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

background-color css

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

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

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

border-color css

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

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

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