Html Css Color HEX #AD3548 Night Shadz

📋 copy color: '#AD3548'

red 173 ◦ green 53 ◦ blue 72

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

Shades of Night Shadz #AD3548

Tints of Night Shadz #AD3548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.79%

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

R = 58.05%
G = 17.79%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD3548 (or 0xAD3548) is known color: Night Shadz. HEX triplet: AD, 35 and 48. RGB value is (173,53,72). Sum of RGB (Red+Green+Blue) = 173+53+72=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3548 is #52CAB7. Grayscale: #5B5B5B. Windows color (decimal): -5425848 or 4732333. OLE color: 4732333.

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

Color convert

RGB 173 53 72 -
CMYK 0 0.69 0.58 0.32
HSL 350.5º 0.53% 0.44% -
HSV(B) 350.5º 0.69% 0.68% -
XYZ 19.68 11.9 7.39 -
YUV 91.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 173 53 72 0 0.69 0.58 0.32 350.5 0.53 0.44
Hex AD 35 48 0 45 3A 20 15E 35 2C
Octal 255 65 110 0 105 72 40 536 65 54
Binary 10101101 110101 1001000 0 1000101 111010 100000 101011110 110101 101100

Color Harmonies of #AD3548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3548

Black with #AD3548

Text Example


Text Example

White with #AD3548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3548; }

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

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

background-color css

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

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

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

border-color css

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

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

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