#AB2E3F

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

Shades of Old Rose #AB2E3F

Tints of Old Rose #AB2E3F

Color information

#AB2E3F (or 0xAB2E3F) is unknown color: approx Old Rose. HEX triplet: AB, 2E and 3F. RGB value is (171,46,63). Sum of RGB (Red+Green+Blue) = 171+46+63=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2E3F is #54D1C0. Grayscale: #555555. Windows color (decimal): -5558721 or 4140715. OLE color: 4140715.

HSL color Cylindrical-coordinate representation of color #AB2E3F: hue angle of 351.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2E3F is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1714663-
CMYK00.730.630.33
HSL351.84º57.6%42.55%-
HSV(B)351.84º73.1%67.06%-
XYZ18.6710.975.84-
YUV85.31115.41189.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.07%
GREEN value IS 46 (18.36% from 255) = 16.43%
BLUE value IS 63 (25% from 255) = 22.5%
R=61.07%
G=16.43%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171466300.730.630.33351.8457.642.55
HexAB2E3F0493F211603a2b
Octal2535677011177415407253
Binary1010101110111011111101001001111111100001101100000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2E3F; }

 p { color: rgb(171,46,63); }

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

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

 a { background-color: rgb(171,46,63); }

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

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

 span { border-color: rgb(171,46,63); }

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