Html Css Color HEX #AC1C48 Old Rose

📋 copy color: '#AC1C48'

red 172 ◦ green 28 ◦ blue 72

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

Shades of Old Rose #AC1C48

Tints of Old Rose #AC1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.29%

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

R = 63.24%
G = 10.29%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC1C48 (or 0xAC1C48) is known color: Old Rose. HEX triplet: AC, 1C and 48. RGB value is (172,28,72). Sum of RGB (Red+Green+Blue) = 172+28+72=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C48 is #53E3B7. Grayscale: #4C4C4C. Windows color (decimal): -5497784 or 4725932. OLE color: 4725932.

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

Color convert

RGB 172 28 72 -
CMYK 0 0.84 0.58 0.33
HSL 341.67º 0.72% 0.39% -
HSV(B) 341.67º 0.84% 0.67% -
XYZ 18.6 10.07 7.09 -
YUV 76.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 172 28 72 0 0.84 0.58 0.33 341.67 0.72 0.39
Hex AC 1C 48 0 54 3A 21 156 48 27
Octal 254 34 110 0 124 72 41 526 110 47
Binary 10101100 11100 1001000 0 1010100 111010 100001 101010110 1001000 100111

Color Harmonies of #AC1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C48

Black with #AC1C48

Text Example


Text Example

White with #AC1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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