Html Css Color HEX #AD2350 Old Rose

📋 copy color: '#AD2350'

red 173 ◦ green 35 ◦ blue 80

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

Shades of Old Rose #AD2350

Tints of Old Rose #AD2350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

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

R = 60.07%
G = 12.15%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD2350 (or 0xAD2350) is known color: Old Rose. HEX triplet: AD, 23 and 50. RGB value is (173,35,80). Sum of RGB (Red+Green+Blue) = 173+35+80=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2350 is #52DCAF. Grayscale: #515151. Windows color (decimal): -5430448 or 5252013. OLE color: 5252013.

HSL color Cylindrical-coordinate representation of color #AD2350: hue angle of 340.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2350 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 80 -
CMYK 0 0.80 0.54 0.32
HSL 340.43º 0.66% 0.41% -
HSV(B) 340.43º 0.8% 0.68% -
XYZ 19.28 10.67 8.63 -
YUV 81.39 127.22 193.34 -
System Red Green Blue C M Y K H S L
Decimal 173 35 80 0 0.80 0.54 0.32 340.43 0.66 0.41
Hex AD 23 50 0 50 36 20 154 42 29
Octal 255 43 120 0 120 66 40 524 102 51
Binary 10101101 100011 1010000 0 1010000 110110 100000 101010100 1000010 101001

Color Harmonies of #AD2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2350

Black with #AD2350

Text Example


Text Example

White with #AD2350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2350; }

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

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

background-color css

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

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

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

border-color css

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

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

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