Html Css Color HEX #AD2448 Old Rose

📋 copy color: '#AD2448'

red 173 ◦ green 36 ◦ blue 72

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

Shades of Old Rose #AD2448

Tints of Old Rose #AD2448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 61.57%
G = 12.81%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD2448 (or 0xAD2448) is known color: Old Rose. HEX triplet: AD, 24 and 48. RGB value is (173,36,72). Sum of RGB (Red+Green+Blue) = 173+36+72=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2448 is #52DBB7. Grayscale: #515151. Windows color (decimal): -5430200 or 4727981. OLE color: 4727981.

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

Color convert

RGB 173 36 72 -
CMYK 0 0.79 0.58 0.32
HSL 344.23º 0.66% 0.41% -
HSV(B) 344.23º 0.79% 0.68% -
XYZ 19.03 10.61 7.18 -
YUV 81.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 173 36 72 0 0.79 0.58 0.32 344.23 0.66 0.41
Hex AD 24 48 0 4F 3A 20 158 42 29
Octal 255 44 110 0 117 72 40 530 102 51
Binary 10101101 100100 1001000 0 1001111 111010 100000 101011000 1000010 101001

Color Harmonies of #AD2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2448

Black with #AD2448

Text Example


Text Example

White with #AD2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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