#AC2041

Color #AC2041 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AC2041

Tints of Cardinal #AC2041

Color information

#AC2041 (or 0xAC2041) is unknown color: approx Cardinal. HEX triplet: AC, 20 and 41. RGB value is (172,32,65). Sum of RGB (Red+Green+Blue) = 172+32+65=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2041 is #53DFBE. Grayscale: #4D4D4D. Windows color (decimal): -5496767 or 4268204. OLE color: 4268204.

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

Color convert

RGB1723265-
CMYK00.810.620.33
HSL345.86º68.63%40%-
HSV(B)345.86º81.4%67.45%-
XYZ18.4810.195.99-
YUV77.62120.88195.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.94%
GREEN value IS 32 (12.89% from 255) = 11.90%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=63.94%
G=11.90%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172326500.810.620.33345.8668.6340
HexAC20410513E2115a4528
Octal254401010121764153210550
Binary101011001000001000001010100011111101000011010110101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2041; }

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

 H1.HeaderClassName
 {
   color: #AC2041;
 }
 .AnyTagClassName
 {
   color: #AC2041;
 }
</style>
background-color css

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

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

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

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

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

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