Html Css Color HEX #AC2242 Old Rose

📋 copy color: '#AC2242'

red 172 ◦ green 34 ◦ blue 66

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

Shades of Old Rose #AC2242

Tints of Old Rose #AC2242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 63.24%
G = 12.5%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC2242 (or 0xAC2242) is known color: Old Rose. HEX triplet: AC, 22 and 42. RGB value is (172,34,66). Sum of RGB (Red+Green+Blue) = 172+34+66=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2242 is #53DDBD. Grayscale: #4E4E4E. Windows color (decimal): -5496254 or 4334252. OLE color: 4334252.

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

Color convert

RGB 172 34 66 -
CMYK 0 0.80 0.62 0.33
HSL 346.09º 0.67% 0.4% -
HSV(B) 346.09º 0.8% 0.67% -
XYZ 18.57 10.31 6.17 -
YUV 78.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 172 34 66 0 0.80 0.62 0.33 346.09 0.67 0.4
Hex AC 22 42 0 50 3E 21 15A 43 28
Octal 254 42 102 0 120 76 41 532 103 50
Binary 10101100 100010 1000010 0 1010000 111110 100001 101011010 1000011 101000

Color Harmonies of #AC2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2242

Black with #AC2242

Text Example


Text Example

White with #AC2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2242; }

 p { color: rgb(172,34,66); }

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

background-color css

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

 a { background-color: rgb(172,34,66); }

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

border-color css

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

 span { border-color: rgb(172,34,66); }

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