#AC1E44

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

Shades of Cardinal #AC1E44

Tints of Cardinal #AC1E44

Color information

#AC1E44 (or 0xAC1E44) is unknown color: approx Cardinal. HEX triplet: AC, 1E and 44. RGB value is (172,30,68). Sum of RGB (Red+Green+Blue) = 172+30+68=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E44 is #53E1BB. Grayscale: #4C4C4C. Windows color (decimal): -5497276 or 4464300. OLE color: 4464300.

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

Color convert

RGB1723068-
CMYK00.830.600.33
HSL343.94º70.3%39.61%-
HSV(B)343.94º82.56%67.45%-
XYZ18.5210.126.45-
YUV76.79123.04195.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.70%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=63.70%
G=11.11%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172306800.830.600.33343.9470.339.61
HexAC1E440533C211584628
Octal254361040123744153010650
Binary10101100111101000100010100111111001000011010110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E44; }

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

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

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

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

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

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

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

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