Html Css Color HEX #AC2542 Old Rose

📋 copy color: '#AC2542'

red 172 ◦ green 37 ◦ blue 66

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

Shades of Old Rose #AC2542

Tints of Old Rose #AC2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 62.55%
G = 13.45%
B = 24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC2542 (or 0xAC2542) is known color: Old Rose. HEX triplet: AC, 25 and 42. RGB value is (172,37,66). Sum of RGB (Red+Green+Blue) = 172+37+66=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2542 is #53DABD. Grayscale: #505050. Windows color (decimal): -5495486 or 4335020. OLE color: 4335020.

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

Color convert

RGB 172 37 66 -
CMYK 0 0.78 0.62 0.33
HSL 347.11º 0.65% 0.41% -
HSV(B) 347.11º 0.78% 0.67% -
XYZ 18.66 10.49 6.2 -
YUV 80.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 172 37 66 0 0.78 0.62 0.33 347.11 0.65 0.41
Hex AC 25 42 0 4E 3E 21 15B 41 29
Octal 254 45 102 0 116 76 41 533 101 51
Binary 10101100 100101 1000010 0 1001110 111110 100001 101011011 1000001 101001

Color Harmonies of #AC2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2542

Black with #AC2542

Text Example


Text Example

White with #AC2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2542; }

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

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

background-color css

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

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

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

border-color css

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

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

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