Html Css Color HEX #AD2B51 Old Rose

📋 copy color: '#AD2B51'

red 173 ◦ green 43 ◦ blue 81

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

Shades of Old Rose #AD2B51

Tints of Old Rose #AD2B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.48%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 58.25%
G = 14.48%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD2B51 (or 0xAD2B51) is known color: Old Rose. HEX triplet: AD, 2B and 51. RGB value is (173,43,81). Sum of RGB (Red+Green+Blue) = 173+43+81=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B51 is #52D4AE. Grayscale: #565656. Windows color (decimal): -5428399 or 5319597. OLE color: 5319597.

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

Color convert

RGB 173 43 81 -
CMYK 0 0.75 0.53 0.32
HSL 342.46º 0.6% 0.42% -
HSV(B) 342.46º 0.75% 0.68% -
XYZ 19.58 11.21 8.92 -
YUV 86.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 173 43 81 0 0.75 0.53 0.32 342.46 0.6 0.42
Hex AD 2B 51 0 4B 35 20 156 3C 2A
Octal 255 53 121 0 113 65 40 526 74 52
Binary 10101101 101011 1010001 0 1001011 110101 100000 101010110 111100 101010

Color Harmonies of #AD2B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B51

Black with #AD2B51

Text Example


Text Example

White with #AD2B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B51; }

 p { color: rgb(173,43,81); }

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

background-color css

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

 a { background-color: rgb(173,43,81); }

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

border-color css

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

 span { border-color: rgb(173,43,81); }

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