#AC1444

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

Shades of Cardinal #AC1444

Tints of Cardinal #AC1444

Color information

#AC1444 (or 0xAC1444) is unknown color: approx Cardinal. HEX triplet: AC, 14 and 44. RGB value is (172,20,68). Sum of RGB (Red+Green+Blue) = 172+20+68=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1444 is #53EBBB. Grayscale: #464646. Windows color (decimal): -5499836 or 4461740. OLE color: 4461740.

HSL color Cylindrical-coordinate representation of color #AC1444: hue angle of 341.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1444 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1722068-
CMYK00.880.600.33
HSL341.05º79.17%37.65%-
HSV(B)341.05º88.37%67.45%-
XYZ18.319.696.37-
YUV70.92126.36200.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.15%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=66.15%
G=7.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172206800.880.600.33341.0579.1737.65
HexAC14440583C211554f26
Octal254241040130744152511746
Binary10101100101001000100010110001111001000011010101011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1444; }

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

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

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

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

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

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

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

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