#AB2040

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

Shades of Cardinal #AB2040

Tints of Cardinal #AB2040

Color information

#AB2040 (or 0xAB2040) is unknown color: approx Cardinal. HEX triplet: AB, 20 and 40. RGB value is (171,32,64). Sum of RGB (Red+Green+Blue) = 171+32+64=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2040 is #54DFBF. Grayscale: #4D4D4D. Windows color (decimal): -5562304 or 4202667. OLE color: 4202667.

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

Color convert

RGB1713264-
CMYK00.810.630.33
HSL346.19º68.47%39.8%-
HSV(B)346.19º81.29%67.06%-
XYZ18.2410.065.83-
YUV77.21120.55194.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.04%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=64.04%
G=11.99%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171326400.810.630.33346.1968.4739.8
HexAB20400513F2115a4428
Octal253401000121774153210450
Binary101010111000001000000010100011111111000011010110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2040; }

 p { color: rgb(171,32,64); }

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

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

 a { background-color: rgb(171,32,64); }

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

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

 span { border-color: rgb(171,32,64); }

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