Html Css Color HEX #AD2048 Old Rose

📋 copy color: '#AD2048'

red 173 ◦ green 32 ◦ blue 72

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

Shades of Old Rose #AD2048

Tints of Old Rose #AD2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 62.45%
G = 11.55%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2048 (or 0xAD2048) is known color: Old Rose. HEX triplet: AD, 20 and 48. RGB value is (173,32,72). Sum of RGB (Red+Green+Blue) = 173+32+72=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2048 is #52DFB7. Grayscale: #4E4E4E. Windows color (decimal): -5431224 or 4726957. OLE color: 4726957.

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

Color convert

RGB 173 32 72 -
CMYK 0 0.82 0.58 0.32
HSL 342.98º 0.69% 0.4% -
HSV(B) 342.98º 0.82% 0.68% -
XYZ 18.92 10.39 7.14 -
YUV 78.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 173 32 72 0 0.82 0.58 0.32 342.98 0.69 0.4
Hex AD 20 48 0 52 3A 20 157 45 28
Octal 255 40 110 0 122 72 40 527 105 50
Binary 10101101 100000 1001000 0 1010010 111010 100000 101010111 1000101 101000

Color Harmonies of #AD2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2048

Black with #AD2048

Text Example


Text Example

White with #AD2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2048; }

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

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

background-color css

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

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

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

border-color css

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

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

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