#AC2C3F

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

Shades of Old Rose #AC2C3F

Tints of Old Rose #AC2C3F

Color information

#AC2C3F (or 0xAC2C3F) is unknown color: approx Old Rose. HEX triplet: AC, 2C and 3F. RGB value is (172,44,63). Sum of RGB (Red+Green+Blue) = 172+44+63=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C3F is #53D3C0. Grayscale: #545454. Windows color (decimal): -5493697 or 4140204. OLE color: 4140204.

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

Color convert

RGB1724463-
CMYK00.740.630.33
HSL351.09º59.26%42.35%-
HSV(B)351.09º74.42%67.45%-
XYZ18.8110.935.82-
YUV84.44115.91190.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 63 (25% from 255) = 22.58%
R=61.65%
G=15.77%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172446300.740.630.33351.0959.2642.35
HexAC2C3F04A3F2115f3b2a
Octal2545477011277415377352
Binary1010110010110011111101001010111111100001101011111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2C3F; }

 p { color: rgb(172,44,63); }

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

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

 a { background-color: rgb(172,44,63); }

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

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

 span { border-color: rgb(172,44,63); }

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