Html Css Color HEX #AC2348 Old Rose

📋 copy color: '#AC2348'

red 172 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #AC2348

Tints of Old Rose #AC2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

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

R = 61.65%
G = 12.54%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC2348 (or 0xAC2348) is known color: Old Rose. HEX triplet: AC, 23 and 48. RGB value is (172,35,72). Sum of RGB (Red+Green+Blue) = 172+35+72=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2348 is #53DCB7. Grayscale: #505050. Windows color (decimal): -5495992 or 4727724. OLE color: 4727724.

HSL color Cylindrical-coordinate representation of color #AC2348: hue angle of 343.8º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2348 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 72 -
CMYK 0 0.80 0.58 0.33
HSL 343.8º 0.66% 0.41% -
HSV(B) 343.8º 0.8% 0.67% -
XYZ 18.78 10.44 7.16 -
YUV 80.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 172 35 72 0 0.80 0.58 0.33 343.8 0.66 0.41
Hex AC 23 48 0 50 3A 21 158 42 29
Octal 254 43 110 0 120 72 41 530 102 51
Binary 10101100 100011 1001000 0 1010000 111010 100001 101011000 1000010 101001

Color Harmonies of #AC2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2348

Black with #AC2348

Text Example


Text Example

White with #AC2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2348; }

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

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

background-color css

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

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

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

border-color css

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

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

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