#AC1740

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

Shades of Cardinal #AC1740

Tints of Cardinal #AC1740

Color information

#AC1740 (or 0xAC1740) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 40. RGB value is (172,23,64). Sum of RGB (Red+Green+Blue) = 172+23+64=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1740 is #53E8BF. Grayscale: #484848. Windows color (decimal): -5499072 or 4200364. OLE color: 4200364.

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

Color convert

RGB1722364-
CMYK00.870.630.33
HSL343.49º76.41%38.24%-
HSV(B)343.49º86.63%67.45%-
XYZ18.259.755.77-
YUV72.23123.36199.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.41%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=66.41%
G=8.88%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172236400.870.630.33343.4976.4138.24
HexAC17400573F211574c26
Octal254271000127774152711446
Binary10101100101111000000010101111111111000011010101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1740; }

 p { color: rgb(172,23,64); }

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

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

 a { background-color: rgb(172,23,64); }

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

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

 span { border-color: rgb(172,23,64); }

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