Html Css Color HEX #AB2540 Old Rose

📋 copy color: '#AB2540'

red 171 ◦ green 37 ◦ blue 64

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

Shades of Old Rose #AB2540

Tints of Old Rose #AB2540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 62.87%
G = 13.6%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB2540 (or 0xAB2540) is known color: Old Rose. HEX triplet: AB, 25 and 40. RGB value is (171,37,64). Sum of RGB (Red+Green+Blue) = 171+37+64=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2540 is #54DABF. Grayscale: #505050. Windows color (decimal): -5561024 or 4203947. OLE color: 4203947.

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

Color convert

RGB 171 37 64 -
CMYK 0 0.78 0.63 0.33
HSL 347.91º 0.64% 0.41% -
HSV(B) 347.91º 0.78% 0.67% -
XYZ 18.38 10.35 5.88 -
YUV 80.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 171 37 64 0 0.78 0.63 0.33 347.91 0.64 0.41
Hex AB 25 40 0 4E 3F 21 15C 40 29
Octal 253 45 100 0 116 77 41 534 100 51
Binary 10101011 100101 1000000 0 1001110 111111 100001 101011100 1000000 101001

Color Harmonies of #AB2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2540

Black with #AB2540

Text Example


Text Example

White with #AB2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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