Html Css Color HEX #AD2948 Old Rose

📋 copy color: '#AD2948'

red 173 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #AD2948

Tints of Old Rose #AD2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

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

R = 60.49%
G = 14.34%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2948 (or 0xAD2948) is known color: Old Rose. HEX triplet: AD, 29 and 48. RGB value is (173,41,72). Sum of RGB (Red+Green+Blue) = 173+41+72=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2948 is #52D6B7. Grayscale: #545454. Windows color (decimal): -5428920 or 4729261. OLE color: 4729261.

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

Color convert

RGB 173 41 72 -
CMYK 0 0.76 0.58 0.32
HSL 345.91º 0.62% 0.42% -
HSV(B) 345.91º 0.76% 0.68% -
XYZ 19.2 10.94 7.23 -
YUV 84 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 173 41 72 0 0.76 0.58 0.32 345.91 0.62 0.42
Hex AD 29 48 0 4C 3A 20 15A 3E 2A
Octal 255 51 110 0 114 72 40 532 76 52
Binary 10101101 101001 1001000 0 1001100 111010 100000 101011010 111110 101010

Color Harmonies of #AD2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2948

Black with #AD2948

Text Example


Text Example

White with #AD2948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2948; }

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

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

background-color css

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

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

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

border-color css

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

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

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