Html Css Color HEX #AC2440 Old Rose

📋 copy color: '#AC2440'

red 172 ◦ green 36 ◦ blue 64

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

Shades of Old Rose #AC2440

Tints of Old Rose #AC2440

RGB

 RED value IS 172 (67.58% from 255) = 63.24%

 GREEN value IS 36 (14.45% from 255) = 13.24%

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

R = 63.24%
G = 13.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC2440 (or 0xAC2440) is known color: Old Rose. HEX triplet: AC, 24 and 40. RGB value is (172,36,64). Sum of RGB (Red+Green+Blue) = 172+36+64=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2440 is #53DBBF. Grayscale: #4F4F4F. Windows color (decimal): -5495744 or 4203692. OLE color: 4203692.

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

Color convert

RGB 172 36 64 -
CMYK 0 0.79 0.63 0.33
HSL 347.65º 0.65% 0.41% -
HSV(B) 347.65º 0.79% 0.67% -
XYZ 18.57 10.4 5.88 -
YUV 79.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 172 36 64 0 0.79 0.63 0.33 347.65 0.65 0.41
Hex AC 24 40 0 4F 3F 21 15C 41 29
Octal 254 44 100 0 117 77 41 534 101 51
Binary 10101100 100100 1000000 0 1001111 111111 100001 101011100 1000001 101001

Color Harmonies of #AC2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2440

Black with #AC2440

Text Example


Text Example

White with #AC2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2440; }

 p { color: rgb(172,36,64); }

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

background-color css

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

 a { background-color: rgb(172,36,64); }

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

border-color css

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

 span { border-color: rgb(172,36,64); }

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