Html Css Color HEX #AD2250 Old Rose

📋 copy color: '#AD2250'

red 173 ◦ green 34 ◦ blue 80

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

Shades of Old Rose #AD2250

Tints of Old Rose #AD2250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 60.28%
G = 11.85%
B = 27.87%

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

#AD2250 (or 0xAD2250) is known color: Old Rose. HEX triplet: AD, 22 and 50. RGB value is (173,34,80). Sum of RGB (Red+Green+Blue) = 173+34+80=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2250 is #52DDAF. Grayscale: #505050. Windows color (decimal): -5430704 or 5251757. OLE color: 5251757.

HSL color Cylindrical-coordinate representation of color #AD2250: hue angle of 340.14º degrees, saturation: 0.67, 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 #AD2250 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 80 -
CMYK 0 0.80 0.54 0.32
HSL 340.14º 0.67% 0.41% -
HSV(B) 340.14º 0.8% 0.68% -
XYZ 19.25 10.61 8.62 -
YUV 80.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 173 34 80 0 0.80 0.54 0.32 340.14 0.67 0.41
Hex AD 22 50 0 50 36 20 154 43 29
Octal 255 42 120 0 120 66 40 524 103 51
Binary 10101101 100010 1010000 0 1010000 110110 100000 101010100 1000011 101001

Color Harmonies of #AD2250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2250

Black with #AD2250

Text Example


Text Example

White with #AD2250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2250; }

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

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

background-color css

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

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

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

border-color css

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

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

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