#AC2132

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

Shades of Cardinal #AC2132

Tints of Cardinal #AC2132

Color information

#AC2132 (or 0xAC2132) is unknown color: approx Cardinal. HEX triplet: AC, 21 and 32. RGB value is (172,33,50). Sum of RGB (Red+Green+Blue) = 172+33+50=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2132 is #53DECD. Grayscale: #4C4C4C. Windows color (decimal): -5496526 or 3285420. OLE color: 3285420.

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

Color convert

RGB1723350-
CMYK00.810.710.33
HSL352.66º67.8%40.2%-
HSV(B)352.66º80.81%67.45%-
XYZ18.1310.094.01-
YUV76.5113.05196.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.45%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 50 (19.92% from 255) = 19.61%
R=67.45%
G=12.94%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172335000.810.710.33352.6667.840.2
HexAC213205147211614428
Octal254416201211074154110450
Binary101011001000011100100101000110001111000011011000011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2132; }

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

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

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

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

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

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

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

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