Html Css Color HEX #AC1949 Old Rose

📋 copy color: '#AC1949'

red 172 ◦ green 25 ◦ blue 73

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

Shades of Old Rose #AC1949

Tints of Old Rose #AC1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 63.7%
G = 9.26%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC1949 (or 0xAC1949) is known color: Old Rose. HEX triplet: AC, 19 and 49. RGB value is (172,25,73). Sum of RGB (Red+Green+Blue) = 172+25+73=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1949 is #53E6B6. Grayscale: #4A4A4A. Windows color (decimal): -5498551 or 4790700. OLE color: 4790700.

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

Color convert

RGB 172 25 73 -
CMYK 0 0.85 0.58 0.33
HSL 340.41º 0.75% 0.39% -
HSV(B) 340.41º 0.85% 0.67% -
XYZ 18.56 9.95 7.24 -
YUV 74.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 172 25 73 0 0.85 0.58 0.33 340.41 0.75 0.39
Hex AC 19 49 0 55 3A 21 154 4B 27
Octal 254 31 111 0 125 72 41 524 113 47
Binary 10101100 11001 1001001 0 1010101 111010 100001 101010100 1001011 100111

Color Harmonies of #AC1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1949

Black with #AC1949

Text Example


Text Example

White with #AC1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1949; }

 p { color: rgb(172,25,73); }

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

background-color css

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

 a { background-color: rgb(172,25,73); }

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

border-color css

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

 span { border-color: rgb(172,25,73); }

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