#AC2139

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

Shades of Cardinal #AC2139

Tints of Cardinal #AC2139

Color information

#AC2139 (or 0xAC2139) is unknown color: approx Cardinal. HEX triplet: AC, 21 and 39. RGB value is (172,33,57). Sum of RGB (Red+Green+Blue) = 172+33+57=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2139 is #53DEC6. Grayscale: #4D4D4D. Windows color (decimal): -5496519 or 3744172. OLE color: 3744172.

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

Color convert

RGB1723357-
CMYK00.810.670.33
HSL349.64º67.8%40.2%-
HSV(B)349.64º80.81%67.45%-
XYZ18.310.154.87-
YUV77.3116.55195.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.65%
GREEN value IS 33 (13.28% from 255) = 12.60%
BLUE value IS 57 (22.66% from 255) = 21.76%
R=65.65%
G=12.60%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172335700.810.670.33349.6467.840.2
HexAC2139051432115e4428
Octal254417101211034153610450
Binary101011001000011110010101000110000111000011010111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2139; }

 p { color: rgb(172,33,57); }

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

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

 a { background-color: rgb(172,33,57); }

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

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

 span { border-color: rgb(172,33,57); }

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