Html Css Color HEX #AC2448 Old Rose

📋 copy color: '#AC2448'

red 172 ◦ green 36 ◦ blue 72

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

Shades of Old Rose #AC2448

Tints of Old Rose #AC2448

RGB

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

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

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

R = 61.43%
G = 12.86%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC2448 (or 0xAC2448) is known color: Old Rose. HEX triplet: AC, 24 and 48. RGB value is (172,36,72). Sum of RGB (Red+Green+Blue) = 172+36+72=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2448 is #53DBB7. Grayscale: #505050. Windows color (decimal): -5495736 or 4727980. OLE color: 4727980.

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

Color convert

RGB 172 36 72 -
CMYK 0 0.79 0.58 0.33
HSL 344.12º 0.65% 0.41% -
HSV(B) 344.12º 0.79% 0.67% -
XYZ 18.81 10.5 7.17 -
YUV 80.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 172 36 72 0 0.79 0.58 0.33 344.12 0.65 0.41
Hex AC 24 48 0 4F 3A 21 158 41 29
Octal 254 44 110 0 117 72 41 530 101 51
Binary 10101100 100100 1001000 0 1001111 111010 100001 101011000 1000001 101001

Color Harmonies of #AC2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2448

Black with #AC2448

Text Example


Text Example

White with #AC2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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