Html Css Color HEX #AD1F48 Old Rose

📋 copy color: '#AD1F48'

red 173 ◦ green 31 ◦ blue 72

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

Shades of Old Rose #AD1F48

Tints of Old Rose #AD1F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

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

R = 62.68%
G = 11.23%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD1F48 (or 0xAD1F48) is known color: Old Rose. HEX triplet: AD, 1F and 48. RGB value is (173,31,72). Sum of RGB (Red+Green+Blue) = 173+31+72=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F48 is #52E0B7. Grayscale: #4E4E4E. Windows color (decimal): -5431480 or 4726701. OLE color: 4726701.

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

Color convert

RGB 173 31 72 -
CMYK 0 0.82 0.58 0.32
HSL 342.68º 0.7% 0.4% -
HSV(B) 342.68º 0.82% 0.68% -
XYZ 18.89 10.33 7.13 -
YUV 78.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 173 31 72 0 0.82 0.58 0.32 342.68 0.7 0.4
Hex AD 1F 48 0 52 3A 20 157 46 28
Octal 255 37 110 0 122 72 40 527 106 50
Binary 10101101 11111 1001000 0 1010010 111010 100000 101010111 1000110 101000

Color Harmonies of #AD1F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F48

Black with #AD1F48

Text Example


Text Example

White with #AD1F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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