#AC1243

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

Shades of Cardinal #AC1243

Tints of Cardinal #AC1243

Color information

#AC1243 (or 0xAC1243) is unknown color: approx Cardinal. HEX triplet: AC, 12 and 43. RGB value is (172,18,67). Sum of RGB (Red+Green+Blue) = 172+18+67=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1243 is #53EDBC. Grayscale: #454545. Windows color (decimal): -5500349 or 4395692. OLE color: 4395692.

HSL color Cylindrical-coordinate representation of color #AC1243: hue angle of 340.91º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1243 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1721867-
CMYK00.900.610.33
HSL340.91º81.05%37.25%-
HSV(B)340.91º89.53%67.45%-
XYZ18.249.616.2-
YUV69.63126.52201.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.93%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=66.93%
G=7.00%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172186700.900.610.33340.9181.0537.25
HexAC124305A3D211555125
Octal254221030132754152512145
Binary10101100100101000011010110101111011000011010101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1243; }

 p { color: rgb(172,18,67); }

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

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

 a { background-color: rgb(172,18,67); }

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

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

 span { border-color: rgb(172,18,67); }

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