Html Css Color HEX #AD2C4F Old Rose

📋 copy color: '#AD2C4F'

red 173 ◦ green 44 ◦ blue 79

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

Shades of Old Rose #AD2C4F

Tints of Old Rose #AD2C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

 BLUE value IS 79 (31.25% from 255) = 26.69%

R = 58.45%
G = 14.86%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD2C4F (or 0xAD2C4F) is known color: Old Rose. HEX triplet: AD, 2C and 4F. RGB value is (173,44,79). Sum of RGB (Red+Green+Blue) = 173+44+79=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2C4F is #52D3B0. Grayscale: #565656. Windows color (decimal): -5428145 or 5188781. OLE color: 5188781.

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

Color convert

RGB 173 44 79 -
CMYK 0 0.75 0.54 0.32
HSL 343.72º 0.59% 0.43% -
HSV(B) 343.72º 0.75% 0.68% -
XYZ 19.55 11.25 8.54 -
YUV 86.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 173 44 79 0 0.75 0.54 0.32 343.72 0.59 0.43
Hex AD 2C 4F 0 4B 36 20 158 3B 2B
Octal 255 54 117 0 113 66 40 530 73 53
Binary 10101101 101100 1001111 0 1001011 110110 100000 101011000 111011 101011

Color Harmonies of #AD2C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C4F

Black with #AD2C4F

Text Example


Text Example

White with #AD2C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C4F; }

 p { color: rgb(173,44,79); }

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

background-color css

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

 a { background-color: rgb(173,44,79); }

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

border-color css

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

 span { border-color: rgb(173,44,79); }

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