Html Css Color HEX #AC2741 Old Rose

📋 copy color: '#AC2741'

red 172 ◦ green 39 ◦ blue 65

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

Shades of Old Rose #AC2741

Tints of Old Rose #AC2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 62.32%
G = 14.13%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC2741 (or 0xAC2741) is known color: Old Rose. HEX triplet: AC, 27 and 41. RGB value is (172,39,65). Sum of RGB (Red+Green+Blue) = 172+39+65=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2741 is #53D8BE. Grayscale: #515151. Windows color (decimal): -5494975 or 4269996. OLE color: 4269996.

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

Color convert

RGB 172 39 65 -
CMYK 0 0.77 0.62 0.33
HSL 348.27º 0.63% 0.41% -
HSV(B) 348.27º 0.77% 0.67% -
XYZ 18.69 10.6 6.06 -
YUV 81.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 172 39 65 0 0.77 0.62 0.33 348.27 0.63 0.41
Hex AC 27 41 0 4D 3E 21 15C 3F 29
Octal 254 47 101 0 115 76 41 534 77 51
Binary 10101100 100111 1000001 0 1001101 111110 100001 101011100 111111 101001

Color Harmonies of #AC2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2741

Black with #AC2741

Text Example


Text Example

White with #AC2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2741; }

 p { color: rgb(172,39,65); }

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

background-color css

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

 a { background-color: rgb(172,39,65); }

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

border-color css

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

 span { border-color: rgb(172,39,65); }

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