Html Css Color HEX #AD2748 Old Rose

📋 copy color: '#AD2748'

red 173 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #AD2748

Tints of Old Rose #AD2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 60.92%
G = 13.73%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2748 (or 0xAD2748) is known color: Old Rose. HEX triplet: AD, 27 and 48. RGB value is (173,39,72). Sum of RGB (Red+Green+Blue) = 173+39+72=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2748 is #52D8B7. Grayscale: #525252. Windows color (decimal): -5429432 or 4728749. OLE color: 4728749.

HSL color Cylindrical-coordinate representation of color #AD2748: hue angle of 345.22º degrees, saturation: 0.63, 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 #AD2748 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 72 -
CMYK 0 0.77 0.58 0.32
HSL 345.22º 0.63% 0.42% -
HSV(B) 345.22º 0.77% 0.68% -
XYZ 19.13 10.8 7.21 -
YUV 82.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 173 39 72 0 0.77 0.58 0.32 345.22 0.63 0.42
Hex AD 27 48 0 4D 3A 20 159 3F 2A
Octal 255 47 110 0 115 72 40 531 77 52
Binary 10101101 100111 1001000 0 1001101 111010 100000 101011001 111111 101010

Color Harmonies of #AD2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2748

Black with #AD2748

Text Example


Text Example

White with #AD2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2748; }

 p { color: rgb(173,39,72); }

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

background-color css

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

 a { background-color: rgb(173,39,72); }

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

border-color css

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

 span { border-color: rgb(173,39,72); }

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