#A81736

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

Shades of Cardinal #A81736

Tints of Cardinal #A81736

Color information

#A81736 (or 0xA81736) is unknown color: approx Cardinal. HEX triplet: A8, 17 and 36. RGB value is (168,23,54). Sum of RGB (Red+Green+Blue) = 168+23+54=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A81736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81736 is #57E8C9. Grayscale: #454545. Windows color (decimal): -5761226 or 3545000. OLE color: 3545000.

HSL color Cylindrical-coordinate representation of color #A81736: hue angle of 347.17º 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 #A81736 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1682354-
CMYK00.860.680.34
HSL347.17º75.92%37.45%-
HSV(B)347.17º86.31%65.88%-
XYZ17.129.24.36-
YUV69.89119.04197.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.57%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=68.57%
G=9.39%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168235400.860.680.34347.1775.9237.45
HexA81736056442215b4c25
Octal250276601261044253311445
Binary10101000101111101100101011010001001000101010110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81736; }

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

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

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

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

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

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

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

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