#A81740

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

Shades of Cardinal #A81740

Tints of Cardinal #A81740

Color information

#A81740 (or 0xA81740) is unknown color: approx Cardinal. HEX triplet: A8, 17 and 40. RGB value is (168,23,64). Sum of RGB (Red+Green+Blue) = 168+23+64=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81740 is #57E8BF. Grayscale: #474747. Windows color (decimal): -5761216 or 4200360. OLE color: 4200360.

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

Color convert

RGB1682364-
CMYK00.860.620.34
HSL343.03º75.92%37.45%-
HSV(B)343.03º86.31%65.88%-
XYZ17.389.315.73-
YUV71.03124.04197.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=65.88%
G=9.02%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168236400.860.620.34343.0375.9237.45
HexA817400563E221574c25
Octal250271000126764252711445
Binary10101000101111000000010101101111101000101010101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81740; }

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

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

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

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

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

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

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

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