Html Css Color HEX #AD3249 Night Shadz

📋 copy color: '#AD3249'

red 173 ◦ green 50 ◦ blue 73

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

Shades of Night Shadz #AD3249

Tints of Night Shadz #AD3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 58.45%
G = 16.89%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD3249 (or 0xAD3249) is known color: Night Shadz. HEX triplet: AD, 32 and 49. RGB value is (173,50,73). Sum of RGB (Red+Green+Blue) = 173+50+73=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3249 is #52CDB6. Grayscale: #595959. Windows color (decimal): -5426615 or 4797101. OLE color: 4797101.

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

Color convert

RGB 173 50 73 -
CMYK 0 0.71 0.58 0.32
HSL 348.78º 0.55% 0.44% -
HSV(B) 348.78º 0.71% 0.68% -
XYZ 19.58 11.65 7.52 -
YUV 89.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 173 50 73 0 0.71 0.58 0.32 348.78 0.55 0.44
Hex AD 32 49 0 47 3A 20 15D 37 2C
Octal 255 62 111 0 107 72 40 535 67 54
Binary 10101101 110010 1001001 0 1000111 111010 100000 101011101 110111 101100

Color Harmonies of #AD3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3249

Black with #AD3249

Text Example


Text Example

White with #AD3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3249; }

 p { color: rgb(173,50,73); }

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

background-color css

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

 a { background-color: rgb(173,50,73); }

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

border-color css

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

 span { border-color: rgb(173,50,73); }

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