#A82040

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

Shades of Cardinal #A82040

Tints of Cardinal #A82040

Color information

#A82040 (or 0xA82040) is unknown color: approx Cardinal. HEX triplet: A8, 20 and 40. RGB value is (168,32,64). Sum of RGB (Red+Green+Blue) = 168+32+64=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A82040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82040 is #57DFBF. Grayscale: #4C4C4C. Windows color (decimal): -5758912 or 4202664. OLE color: 4202664.

HSL color Cylindrical-coordinate representation of color #A82040: hue angle of 345.88º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82040 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB1683264-
CMYK00.810.620.34
HSL345.88º68%39.22%-
HSV(B)345.88º80.95%65.88%-
XYZ17.599.735.8-
YUV76.31121.06193.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.64%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=63.64%
G=12.12%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168326400.810.620.34345.886839.22
HexA820400513E2215a4427
Octal250401000121764253210447
Binary101010001000001000000010100011111101000101010110101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82040; }

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

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

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

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

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

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

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

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