#ab2041

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

Shades of Cardinal #AB2041

Tints of Cardinal #AB2041

Color information

#AB2041 (or 0xAB2041) is unknown color: approx Cardinal. HEX triplet: AB, 20 and 41. RGB value is (171,32,65). Sum of RGB (Red+Green+Blue) = 171+32+65=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2041 is #54DFBE. Grayscale: #4D4D4D. Windows color (decimal): -5562303 or 4268203. OLE color: 4268203.

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

Color convert

RGB1713265-
CMYK00.810.620.33
HSL345.76º68.47%39.8%-
HSV(B)345.76º81.29%67.06%-
XYZ18.2710.075.98-
YUV77.32121.05194.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 32 (12.89% from 255) = 11.94%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=63.81%
G=11.94%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171326500.810.620.33345.7668.4739.8
HexAB20410513E2115a4428
Octal253401010121764153210450
Binary101010111000001000001010100011111101000011010110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2041; }

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

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

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

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

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

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

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

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