Html Css Color HEX #AB2548 Old Rose

📋 copy color: '#AB2548'

red 171 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #AB2548

Tints of Old Rose #AB2548

RGB

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

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

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

R = 61.07%
G = 13.21%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB2548 (or 0xAB2548) is known color: Old Rose. HEX triplet: AB, 25 and 48. RGB value is (171,37,72). Sum of RGB (Red+Green+Blue) = 171+37+72=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2548 is #54DAB7. Grayscale: #515151. Windows color (decimal): -5561016 or 4728235. OLE color: 4728235.

HSL color Cylindrical-coordinate representation of color #AB2548: hue angle of 344.33º 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 #AB2548 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 72 -
CMYK 0 0.78 0.58 0.33
HSL 344.33º 0.64% 0.41% -
HSV(B) 344.33º 0.78% 0.67% -
XYZ 18.63 10.45 7.17 -
YUV 81.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 171 37 72 0 0.78 0.58 0.33 344.33 0.64 0.41
Hex AB 25 48 0 4E 3A 21 158 40 29
Octal 253 45 110 0 116 72 41 530 100 51
Binary 10101011 100101 1001000 0 1001110 111010 100001 101011000 1000000 101001

Color Harmonies of #AB2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2548

Black with #AB2548

Text Example


Text Example

White with #AB2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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