#AC1739

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

Shades of Cardinal #AC1739

Tints of Cardinal #AC1739

Color information

#AC1739 (or 0xAC1739) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 39. RGB value is (172,23,57). Sum of RGB (Red+Green+Blue) = 172+23+57=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1739 is #53E8C6. Grayscale: #474747. Windows color (decimal): -5499079 or 3741612. OLE color: 3741612.

HSL color Cylindrical-coordinate representation of color #AC1739: hue angle of 346.31º 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 #AC1739 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1722357-
CMYK00.870.670.33
HSL346.31º76.41%38.24%-
HSV(B)346.31º86.63%67.45%-
XYZ18.069.684.79-
YUV71.43119.86199.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.25%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=68.25%
G=9.13%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172235700.870.670.33346.3176.4138.24
HexAC1739057432115a4c26
Octal254277101271034153211446
Binary10101100101111110010101011110000111000011010110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1739; }

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

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

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

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

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

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

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

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