Html Css Color HEX #AD3048 Old Rose

📋 copy color: '#AD3048'

red 173 ◦ green 48 ◦ blue 72

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

Shades of Old Rose #AD3048

Tints of Old Rose #AD3048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 59.04%
G = 16.38%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD3048 (or 0xAD3048) is known color: Old Rose. HEX triplet: AD, 30 and 48. RGB value is (173,48,72). Sum of RGB (Red+Green+Blue) = 173+48+72=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3048 is #52CFB7. Grayscale: #585858. Windows color (decimal): -5427128 or 4731053. OLE color: 4731053.

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

Color convert

RGB 173 48 72 -
CMYK 0 0.72 0.58 0.32
HSL 348.48º 0.57% 0.43% -
HSV(B) 348.48º 0.72% 0.68% -
XYZ 19.46 11.47 7.32 -
YUV 88.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 173 48 72 0 0.72 0.58 0.32 348.48 0.57 0.43
Hex AD 30 48 0 48 3A 20 15C 39 2B
Octal 255 60 110 0 110 72 40 534 71 53
Binary 10101101 110000 1001000 0 1001000 111010 100000 101011100 111001 101011

Color Harmonies of #AD3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3048

Black with #AD3048

Text Example


Text Example

White with #AD3048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3048; }

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

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

background-color css

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

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

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

border-color css

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

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

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