Html Css Color HEX #AB2549 Old Rose

📋 copy color: '#AB2549'

red 171 ◦ green 37 ◦ blue 73

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

Shades of Old Rose #AB2549

Tints of Old Rose #AB2549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 60.85%
G = 13.17%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB2549 (or 0xAB2549) is known color: Old Rose. HEX triplet: AB, 25 and 49. RGB value is (171,37,73). Sum of RGB (Red+Green+Blue) = 171+37+73=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2549 is #54DAB6. Grayscale: #515151. Windows color (decimal): -5561015 or 4793771. OLE color: 4793771.

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

Color convert

RGB 171 37 73 -
CMYK 0 0.78 0.57 0.33
HSL 343.88º 0.64% 0.41% -
HSV(B) 343.88º 0.78% 0.67% -
XYZ 18.66 10.46 7.34 -
YUV 81.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 171 37 73 0 0.78 0.57 0.33 343.88 0.64 0.41
Hex AB 25 49 0 4E 39 21 158 40 29
Octal 253 45 111 0 116 71 41 530 100 51
Binary 10101011 100101 1001001 0 1001110 111001 100001 101011000 1000000 101001

Color Harmonies of #AB2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2549

Black with #AB2549

Text Example


Text Example

White with #AB2549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2549; }

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

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

background-color css

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

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

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

border-color css

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

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

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