Html Css Color HEX #AD1C48 Old Rose

📋 copy color: '#AD1C48'

red 173 ◦ green 28 ◦ blue 72

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

Shades of Old Rose #AD1C48

Tints of Old Rose #AD1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 63.37%
G = 10.26%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD1C48 (or 0xAD1C48) is known color: Old Rose. HEX triplet: AD, 1C and 48. RGB value is (173,28,72). Sum of RGB (Red+Green+Blue) = 173+28+72=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C48 is #52E3B7. Grayscale: #4C4C4C. Windows color (decimal): -5432248 or 4725933. OLE color: 4725933.

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

Color convert

RGB 173 28 72 -
CMYK 0 0.84 0.58 0.32
HSL 341.79º 0.72% 0.39% -
HSV(B) 341.79º 0.84% 0.68% -
XYZ 18.82 10.18 7.1 -
YUV 76.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 173 28 72 0 0.84 0.58 0.32 341.79 0.72 0.39
Hex AD 1C 48 0 54 3A 20 156 48 27
Octal 255 34 110 0 124 72 40 526 110 47
Binary 10101101 11100 1001000 0 1010100 111010 100000 101010110 1001000 100111

Color Harmonies of #AD1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C48

Black with #AD1C48

Text Example


Text Example

White with #AD1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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