Html Css Color HEX #AD2148 Old Rose

📋 copy color: '#AD2148'

red 173 ◦ green 33 ◦ blue 72

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

Shades of Old Rose #AD2148

Tints of Old Rose #AD2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 62.23%
G = 11.87%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2148 (or 0xAD2148) is known color: Old Rose. HEX triplet: AD, 21 and 48. RGB value is (173,33,72). Sum of RGB (Red+Green+Blue) = 173+33+72=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2148 is #52DEB7. Grayscale: #4F4F4F. Windows color (decimal): -5430968 or 4727213. OLE color: 4727213.

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

Color convert

RGB 173 33 72 -
CMYK 0 0.81 0.58 0.32
HSL 343.29º 0.68% 0.4% -
HSV(B) 343.29º 0.81% 0.68% -
XYZ 18.95 10.44 7.15 -
YUV 79.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 173 33 72 0 0.81 0.58 0.32 343.29 0.68 0.4
Hex AD 21 48 0 51 3A 20 157 44 28
Octal 255 41 110 0 121 72 40 527 104 50
Binary 10101101 100001 1001000 0 1010001 111010 100000 101010111 1000100 101000

Color Harmonies of #AD2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2148

Black with #AD2148

Text Example


Text Example

White with #AD2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2148; }

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

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

background-color css

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

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

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

border-color css

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

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

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