#ac1c40

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

Shades of Cardinal #AC1C40

Tints of Cardinal #AC1C40

Color information

#AC1C40 (or 0xAC1C40) is unknown color: approx Cardinal. HEX triplet: AC, 1C and 40. RGB value is (172,28,64). Sum of RGB (Red+Green+Blue) = 172+28+64=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C40 is #53E3BF. Grayscale: #4B4B4B. Windows color (decimal): -5497792 or 4201644. OLE color: 4201644.

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

Color convert

RGB1722864-
CMYK00.840.630.33
HSL345º72%39.22%-
HSV(B)345º83.72%67.45%-
XYZ18.359.975.81-
YUV75.16121.71197.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.15%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=65.15%
G=10.61%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172286400.840.630.333457239.22
HexAC1C400543F211594827
Octal254341000124774153111047
Binary10101100111001000000010101001111111000011010110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac1c40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac1c40; }

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

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

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

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

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

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

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

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