Html Css Color HEX #AD2449 Old Rose

📋 copy color: '#AD2449'

red 173 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #AD2449

Tints of Old Rose #AD2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

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

R = 61.35%
G = 12.77%
B = 25.89%

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

#AD2449 (or 0xAD2449) is known color: Old Rose. HEX triplet: AD, 24 and 49. RGB value is (173,36,73). Sum of RGB (Red+Green+Blue) = 173+36+73=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2449 is #52DBB6. Grayscale: #515151. Windows color (decimal): -5430199 or 4793517. OLE color: 4793517.

HSL color Cylindrical-coordinate representation of color #AD2449: hue angle of 343.8º degrees, saturation: 0.66, 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 #AD2449 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 73 -
CMYK 0 0.79 0.58 0.32
HSL 343.8º 0.66% 0.41% -
HSV(B) 343.8º 0.79% 0.68% -
XYZ 19.07 10.63 7.35 -
YUV 81.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 173 36 73 0 0.79 0.58 0.32 343.8 0.66 0.41
Hex AD 24 49 0 4F 3A 20 158 42 29
Octal 255 44 111 0 117 72 40 530 102 51
Binary 10101101 100100 1001001 0 1001111 111010 100000 101011000 1000010 101001

Color Harmonies of #AD2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2449

Black with #AD2449

Text Example


Text Example

White with #AD2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2449; }

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

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

background-color css

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

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

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

border-color css

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

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

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