Html Css Color HEX #AD314C Night Shadz

📋 copy color: '#AD314C'

red 173 ◦ green 49 ◦ blue 76

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

Shades of Night Shadz #AD314C

Tints of Night Shadz #AD314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 58.05%
G = 16.44%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD314C (or 0xAD314C) is known color: Night Shadz. HEX triplet: AD, 31 and 4C. RGB value is (173,49,76). Sum of RGB (Red+Green+Blue) = 173+49+76=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD314C is #52CEB3. Grayscale: #595959. Windows color (decimal): -5426868 or 4993453. OLE color: 4993453.

HSL color Cylindrical-coordinate representation of color #AD314C: hue angle of 346.94º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD314C is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 76 -
CMYK 0 0.72 0.56 0.32
HSL 346.94º 0.56% 0.44% -
HSV(B) 346.94º 0.72% 0.68% -
XYZ 19.64 11.6 8.04 -
YUV 89.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 173 49 76 0 0.72 0.56 0.32 346.94 0.56 0.44
Hex AD 31 4C 0 48 38 20 15B 38 2C
Octal 255 61 114 0 110 70 40 533 70 54
Binary 10101101 110001 1001100 0 1001000 111000 100000 101011011 111000 101100

Color Harmonies of #AD314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD314C

Black with #AD314C

Text Example


Text Example

White with #AD314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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