#AC1A44

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

Shades of Cardinal #AC1A44

Tints of Cardinal #AC1A44

Color information

#AC1A44 (or 0xAC1A44) is unknown color: approx Cardinal. HEX triplet: AC, 1A and 44. RGB value is (172,26,68). Sum of RGB (Red+Green+Blue) = 172+26+68=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A44 is #53E5BB. Grayscale: #4A4A4A. Windows color (decimal): -5498300 or 4463276. OLE color: 4463276.

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

Color convert

RGB1722668-
CMYK00.850.600.33
HSL342.74º73.74%38.82%-
HSV(B)342.74º84.88%67.45%-
XYZ18.439.936.41-
YUV74.44124.37197.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.66%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=64.66%
G=9.77%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172266800.850.600.33342.7473.7438.82
HexAC1A440553C211574a27
Octal254321040125744152711247
Binary10101100110101000100010101011111001000011010101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A44; }

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

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

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

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

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

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

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

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