#A90E40

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

Shades of Cardinal #A90E40

Tints of Cardinal #A90E40

Color information

#A90E40 (or 0xA90E40) is unknown color: approx Cardinal. HEX triplet: A9, 0E and 40. RGB value is (169,14,64). Sum of RGB (Red+Green+Blue) = 169+14+64=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E40 is #56F1BF. Grayscale: #424242. Windows color (decimal): -5697984 or 4198057. OLE color: 4198057.

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

Color convert

RGB1691464-
CMYK00.920.620.34
HSL340.65º84.7%35.88%-
HSV(B)340.65º91.72%66.27%-
XYZ17.449.125.69-
YUV66.04126.85201.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.42%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=68.42%
G=5.67%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169146400.920.620.34340.6584.735.88
HexA9E4005C3E221555524
Octal251161000134764252512544
Binary1010100111101000000010111001111101000101010101011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90E40; }

 p { color: rgb(169,14,64); }

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

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

 a { background-color: rgb(169,14,64); }

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

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

 span { border-color: rgb(169,14,64); }

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