#ac1728

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

Shades of Cardinal #AC1728

Tints of Cardinal #AC1728

Color information

#AC1728 (or 0xAC1728) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 28. RGB value is (172,23,40). Sum of RGB (Red+Green+Blue) = 172+23+40=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1728 is #53E8D7. Grayscale: #454545. Windows color (decimal): -5499096 or 2627500. OLE color: 2627500.

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

Color convert

RGB1722340-
CMYK00.870.770.33
HSL353.15º76.41%38.24%-
HSV(B)353.15º86.63%67.45%-
XYZ17.79.542.92-
YUV69.49111.36201.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.19%
GREEN value IS 23 (9.38% from 255) = 9.79%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=73.19%
G=9.79%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172234000.870.770.33353.1576.4138.24
HexAC17280574D211614c26
Octal254275001271154154111446
Binary10101100101111010000101011110011011000011011000011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac1728; }

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

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

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

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

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

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

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

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