Html Css Color HEX #AB2049 Old Rose

📋 copy color: '#AB2049'

red 171 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #AB2049

Tints of Old Rose #AB2049

RGB

 RED value IS 171 (67.19% from 255) = 61.96%

 GREEN value IS 32 (12.89% from 255) = 11.59%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 61.96%
G = 11.59%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB2049 (or 0xAB2049) is known color: Old Rose. HEX triplet: AB, 20 and 49. RGB value is (171,32,73). Sum of RGB (Red+Green+Blue) = 171+32+73=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2049 is #54DFB6. Grayscale: #4E4E4E. Windows color (decimal): -5562295 or 4792491. OLE color: 4792491.

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

Color convert

RGB 171 32 73 -
CMYK 0 0.81 0.57 0.33
HSL 342.3º 0.68% 0.4% -
HSV(B) 342.3º 0.81% 0.67% -
XYZ 18.51 10.17 7.29 -
YUV 78.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 171 32 73 0 0.81 0.57 0.33 342.3 0.68 0.4
Hex AB 20 49 0 51 39 21 156 44 28
Octal 253 40 111 0 121 71 41 526 104 50
Binary 10101011 100000 1001001 0 1010001 111001 100001 101010110 1000100 101000

Color Harmonies of #AB2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2049

Black with #AB2049

Text Example


Text Example

White with #AB2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2049; }

 p { color: rgb(171,32,73); }

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

background-color css

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

 a { background-color: rgb(171,32,73); }

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

border-color css

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

 span { border-color: rgb(171,32,73); }

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