#AC1E40

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

Shades of Cardinal #AC1E40

Tints of Cardinal #AC1E40

Color information

#AC1E40 (or 0xAC1E40) is unknown color: approx Cardinal. HEX triplet: AC, 1E and 40. RGB value is (172,30,64). Sum of RGB (Red+Green+Blue) = 172+30+64=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E40 is #53E1BF. Grayscale: #4C4C4C. Windows color (decimal): -5497280 or 4202156. OLE color: 4202156.

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

Color convert

RGB1723064-
CMYK00.830.630.33
HSL345.63º70.3%39.61%-
HSV(B)345.63º82.56%67.45%-
XYZ18.410.075.82-
YUV76.33121.04196.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.66%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=64.66%
G=11.28%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172306400.830.630.33345.6370.339.61
HexAC1E400533F2115a4628
Octal254361000123774153210650
Binary10101100111101000000010100111111111000011010110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E40; }

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

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

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

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

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

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

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

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