#AB2441

Color #AB2441 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AB2441

Tints of Old Rose #AB2441

Color information

#AB2441 (or 0xAB2441) is unknown color: approx Old Rose. HEX triplet: AB, 24 and 41. RGB value is (171,36,65). Sum of RGB (Red+Green+Blue) = 171+36+65=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2441 is #54DBBE. Grayscale: #4F4F4F. Windows color (decimal): -5561279 or 4269227. OLE color: 4269227.

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

Color convert

RGB1713665-
CMYK00.790.620.33
HSL347.11º65.22%40.59%-
HSV(B)347.11º78.95%67.06%-
XYZ18.3810.36.02-
YUV79.67119.73193.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.87%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=62.87%
G=13.24%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171366500.790.620.33347.1165.2240.59
HexAB244104F3E2115b4129
Octal253441010117764153310151
Binary101010111001001000001010011111111101000011010110111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2441; }

 p { color: rgb(171,36,65); }

 H1.HeaderClassName
 {
   color: #AB2441;
 }
 .AnyTagClassName
 {
   color: #AB2441;
 }
</style>
background-color css

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

 a { background-color: rgb(171,36,65); }

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

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

 span { border-color: rgb(171,36,65); }

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