#AB2241

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

Shades of Old Rose #AB2241

Tints of Old Rose #AB2241

Color information

#AB2241 (or 0xAB2241) is unknown color: approx Old Rose. HEX triplet: AB, 22 and 41. RGB value is (171,34,65). Sum of RGB (Red+Green+Blue) = 171+34+65=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2241 is #54DDBE. Grayscale: #4E4E4E. Windows color (decimal): -5561791 or 4268715. OLE color: 4268715.

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

Color convert

RGB1713465-
CMYK00.800.620.33
HSL346.42º66.83%40.2%-
HSV(B)346.42º80.12%67.06%-
XYZ18.3210.186-
YUV78.5120.39193.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.33%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=63.33%
G=12.59%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171346500.800.620.33346.4266.8340.2
HexAB22410503E2115a4328
Octal253421010120764153210350
Binary101010111000101000001010100001111101000011010110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2241; }

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

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

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

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

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

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

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

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