Html Css Color HEX #AD3251 Night Shadz

📋 copy color: '#AD3251'

red 173 ◦ green 50 ◦ blue 81

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

Shades of Night Shadz #AD3251

Tints of Night Shadz #AD3251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 56.91%
G = 16.45%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD3251 (or 0xAD3251) is known color: Night Shadz. HEX triplet: AD, 32 and 51. RGB value is (173,50,81). Sum of RGB (Red+Green+Blue) = 173+50+81=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3251 is #52CDAE. Grayscale: #5A5A5A. Windows color (decimal): -5426607 or 5321389. OLE color: 5321389.

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

Color convert

RGB 173 50 81 -
CMYK 0 0.71 0.53 0.32
HSL 344.88º 0.55% 0.44% -
HSV(B) 344.88º 0.71% 0.68% -
XYZ 19.86 11.76 9.01 -
YUV 90.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 173 50 81 0 0.71 0.53 0.32 344.88 0.55 0.44
Hex AD 32 51 0 47 35 20 159 37 2C
Octal 255 62 121 0 107 65 40 531 67 54
Binary 10101101 110010 1010001 0 1000111 110101 100000 101011001 110111 101100

Color Harmonies of #AD3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3251

Black with #AD3251

Text Example


Text Example

White with #AD3251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3251; }

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

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

background-color css

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

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

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

border-color css

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

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

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