#A90537

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

Shades of Cardinal #A90537

Tints of Cardinal #A90537

Color information

#A90537 (or 0xA90537) is unknown color: approx Cardinal. HEX triplet: A9, 05 and 37. RGB value is (169,5,55). Sum of RGB (Red+Green+Blue) = 169+5+55=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A90537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90537 is #56FAC8. Grayscale: #3B3B3B. Windows color (decimal): -5700297 or 3605929. OLE color: 3605929.

HSL color Cylindrical-coordinate representation of color #A90537: hue angle of 341.71º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90537 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB169555-
CMYK00.970.670.34
HSL341.71º94.25%34.12%-
HSV(B)341.71º97.04%66.27%-
XYZ17.118.824.42-
YUV59.74125.33205.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 73.80%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 55 (21.88% from 255) = 24.02%
R=73.80%
G=2.18%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16955500.970.670.34341.7194.2534.12
HexA953706143221565e22
Octal25156701411034252613642
Binary101010011011101110110000110000111000101010101101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90537; }

 p { color: rgb(169,5,55); }

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

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

 a { background-color: rgb(169,5,55); }

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

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

 span { border-color: rgb(169,5,55); }

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