Html Css Color HEX #AC2948 Old Rose

📋 copy color: '#AC2948'

red 172 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #AC2948

Tints of Old Rose #AC2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 60.35%
G = 14.39%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC2948 (or 0xAC2948) is known color: Old Rose. HEX triplet: AC, 29 and 48. RGB value is (172,41,72). Sum of RGB (Red+Green+Blue) = 172+41+72=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2948 is #53D6B7. Grayscale: #535353. Windows color (decimal): -5494456 or 4729260. OLE color: 4729260.

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

Color convert

RGB 172 41 72 -
CMYK 0 0.76 0.58 0.33
HSL 345.8º 0.62% 0.42% -
HSV(B) 345.8º 0.76% 0.67% -
XYZ 18.98 10.82 7.22 -
YUV 83.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 172 41 72 0 0.76 0.58 0.33 345.8 0.62 0.42
Hex AC 29 48 0 4C 3A 21 15A 3E 2A
Octal 254 51 110 0 114 72 41 532 76 52
Binary 10101100 101001 1001000 0 1001100 111010 100001 101011010 111110 101010

Color Harmonies of #AC2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2948

Black with #AC2948

Text Example


Text Example

White with #AC2948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2948; }

 p { color: rgb(172,41,72); }

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

background-color css

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

 a { background-color: rgb(172,41,72); }

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

border-color css

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

 span { border-color: rgb(172,41,72); }

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