Html Css Color HEX #AD2542 Old Rose

📋 copy color: '#AD2542'

red 173 ◦ green 37 ◦ blue 66

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

Shades of Old Rose #AD2542

Tints of Old Rose #AD2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 62.68%
G = 13.41%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2542 (or 0xAD2542) is known color: Old Rose. HEX triplet: AD, 25 and 42. RGB value is (173,37,66). Sum of RGB (Red+Green+Blue) = 173+37+66=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2542 is #52DABD. Grayscale: #505050. Windows color (decimal): -5429950 or 4335021. OLE color: 4335021.

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

Color convert

RGB 173 37 66 -
CMYK 0 0.79 0.62 0.32
HSL 347.21º 0.65% 0.41% -
HSV(B) 347.21º 0.79% 0.68% -
XYZ 18.88 10.6 6.21 -
YUV 80.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 173 37 66 0 0.79 0.62 0.32 347.21 0.65 0.41
Hex AD 25 42 0 4F 3E 20 15B 41 29
Octal 255 45 102 0 117 76 40 533 101 51
Binary 10101101 100101 1000010 0 1001111 111110 100000 101011011 1000001 101001

Color Harmonies of #AD2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2542

Black with #AD2542

Text Example


Text Example

White with #AD2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2542; }

 p { color: rgb(173,37,66); }

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

background-color css

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

 a { background-color: rgb(173,37,66); }

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

border-color css

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

 span { border-color: rgb(173,37,66); }

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