Html Css Color HEX #AD2950 Old Rose

📋 copy color: '#AD2950'

red 173 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #AD2950

Tints of Old Rose #AD2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 58.84%
G = 13.95%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD2950 (or 0xAD2950) is known color: Old Rose. HEX triplet: AD, 29 and 50. RGB value is (173,41,80). Sum of RGB (Red+Green+Blue) = 173+41+80=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2950 is #52D6AF. Grayscale: #545454. Windows color (decimal): -5428912 or 5253549. OLE color: 5253549.

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

Color convert

RGB 173 41 80 -
CMYK 0 0.76 0.54 0.32
HSL 342.27º 0.62% 0.42% -
HSV(B) 342.27º 0.76% 0.68% -
XYZ 19.47 11.05 8.7 -
YUV 84.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 173 41 80 0 0.76 0.54 0.32 342.27 0.62 0.42
Hex AD 29 50 0 4C 36 20 156 3E 2A
Octal 255 51 120 0 114 66 40 526 76 52
Binary 10101101 101001 1010000 0 1001100 110110 100000 101010110 111110 101010

Color Harmonies of #AD2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2950

Black with #AD2950

Text Example


Text Example

White with #AD2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2950; }

 p { color: rgb(173,41,80); }

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

background-color css

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

 a { background-color: rgb(173,41,80); }

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

border-color css

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

 span { border-color: rgb(173,41,80); }

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