Html Css Color HEX #AD1849 Old Rose

📋 copy color: '#AD1849'

red 173 ◦ green 24 ◦ blue 73

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

Shades of Old Rose #AD1849

Tints of Old Rose #AD1849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 64.07%
G = 8.89%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD1849 (or 0xAD1849) is known color: Old Rose. HEX triplet: AD, 18 and 49. RGB value is (173,24,73). Sum of RGB (Red+Green+Blue) = 173+24+73=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1849 is #52E7B6. Grayscale: #4A4A4A. Windows color (decimal): -5433271 or 4790445. OLE color: 4790445.

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

Color convert

RGB 173 24 73 -
CMYK 0 0.86 0.58 0.32
HSL 340.27º 0.76% 0.39% -
HSV(B) 340.27º 0.86% 0.68% -
XYZ 18.76 10.02 7.25 -
YUV 74.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 173 24 73 0 0.86 0.58 0.32 340.27 0.76 0.39
Hex AD 18 49 0 56 3A 20 154 4C 27
Octal 255 30 111 0 126 72 40 524 114 47
Binary 10101101 11000 1001001 0 1010110 111010 100000 101010100 1001100 100111

Color Harmonies of #AD1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1849

Black with #AD1849

Text Example


Text Example

White with #AD1849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1849; }

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

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

background-color css

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

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

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

border-color css

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

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

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