Html Css Color HEX #AD2850 Old Rose

📋 copy color: '#AD2850'

red 173 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #AD2850

Tints of Old Rose #AD2850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 59.04%
G = 13.65%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD2850 (or 0xAD2850) is known color: Old Rose. HEX triplet: AD, 28 and 50. RGB value is (173,40,80). Sum of RGB (Red+Green+Blue) = 173+40+80=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2850 is #52D7AF. Grayscale: #545454. Windows color (decimal): -5429168 or 5253293. OLE color: 5253293.

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

Color convert

RGB 173 40 80 -
CMYK 0 0.77 0.54 0.32
HSL 341.95º 0.62% 0.42% -
HSV(B) 341.95º 0.77% 0.68% -
XYZ 19.44 10.98 8.68 -
YUV 84.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 173 40 80 0 0.77 0.54 0.32 341.95 0.62 0.42
Hex AD 28 50 0 4D 36 20 156 3E 2A
Octal 255 50 120 0 115 66 40 526 76 52
Binary 10101101 101000 1010000 0 1001101 110110 100000 101010110 111110 101010

Color Harmonies of #AD2850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2850

Black with #AD2850

Text Example


Text Example

White with #AD2850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2850; }

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

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

background-color css

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

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

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

border-color css

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

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

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