Html Css Color HEX #AD224B Old Rose

📋 copy color: '#AD224B'

red 173 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #AD224B

Tints of Old Rose #AD224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 61.35%
G = 12.06%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD224B (or 0xAD224B) is known color: Old Rose. HEX triplet: AD, 22 and 4B. RGB value is (173,34,75). Sum of RGB (Red+Green+Blue) = 173+34+75=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD224B is #52DDB4. Grayscale: #505050. Windows color (decimal): -5430709 or 4924077. OLE color: 4924077.

HSL color Cylindrical-coordinate representation of color #AD224B: hue angle of 342.3º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD224B is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 75 -
CMYK 0 0.80 0.57 0.32
HSL 342.3º 0.67% 0.41% -
HSV(B) 342.3º 0.8% 0.68% -
XYZ 19.08 10.54 7.68 -
YUV 80.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 173 34 75 0 0.80 0.57 0.32 342.3 0.67 0.41
Hex AD 22 4B 0 50 39 20 156 43 29
Octal 255 42 113 0 120 71 40 526 103 51
Binary 10101101 100010 1001011 0 1010000 111001 100000 101010110 1000011 101001

Color Harmonies of #AD224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD224B

Black with #AD224B

Text Example


Text Example

White with #AD224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD224B; }

 p { color: rgb(173,34,75); }

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

background-color css

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

 a { background-color: rgb(173,34,75); }

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

border-color css

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

 span { border-color: rgb(173,34,75); }

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