Html Css Color HEX #AD2443 Old Rose

📋 copy color: '#AD2443'

red 173 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #AD2443

Tints of Old Rose #AD2443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.28%

R = 62.68%
G = 13.04%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD2443 (or 0xAD2443) is known color: Old Rose. HEX triplet: AD, 24 and 43. RGB value is (173,36,67). Sum of RGB (Red+Green+Blue) = 173+36+67=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2443 is #52DBBC. Grayscale: #505050. Windows color (decimal): -5430205 or 4400301. OLE color: 4400301.

HSL color Cylindrical-coordinate representation of color #AD2443: hue angle of 346.42º 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 #AD2443 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 67 -
CMYK 0 0.79 0.61 0.32
HSL 346.42º 0.66% 0.41% -
HSV(B) 346.42º 0.79% 0.68% -
XYZ 18.88 10.55 6.35 -
YUV 80.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 173 36 67 0 0.79 0.61 0.32 346.42 0.66 0.41
Hex AD 24 43 0 4F 3D 20 15A 42 29
Octal 255 44 103 0 117 75 40 532 102 51
Binary 10101101 100100 1000011 0 1001111 111101 100000 101011010 1000010 101001

Color Harmonies of #AD2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2443

Black with #AD2443

Text Example


Text Example

White with #AD2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2443; }

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

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

background-color css

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

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

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

border-color css

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

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

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