Html Css Color HEX #AD2548 Old Rose

📋 copy color: '#AD2548'

red 173 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #AD2548

Tints of Old Rose #AD2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 61.35%
G = 13.12%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2548 (or 0xAD2548) is known color: Old Rose. HEX triplet: AD, 25 and 48. RGB value is (173,37,72). Sum of RGB (Red+Green+Blue) = 173+37+72=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2548 is #52DAB7. Grayscale: #515151. Windows color (decimal): -5429944 or 4728237. OLE color: 4728237.

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

Color convert

RGB 173 37 72 -
CMYK 0 0.79 0.58 0.32
HSL 344.56º 0.65% 0.41% -
HSV(B) 344.56º 0.79% 0.68% -
XYZ 19.06 10.68 7.19 -
YUV 81.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 173 37 72 0 0.79 0.58 0.32 344.56 0.65 0.41
Hex AD 25 48 0 4F 3A 20 159 41 29
Octal 255 45 110 0 117 72 40 531 101 51
Binary 10101101 100101 1001000 0 1001111 111010 100000 101011001 1000001 101001

Color Harmonies of #AD2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2548

Black with #AD2548

Text Example


Text Example

White with #AD2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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