#A90A3C

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

Shades of Cardinal #A90A3C

Tints of Cardinal #A90A3C

Color information

#A90A3C (or 0xA90A3C) is unknown color: approx Cardinal. HEX triplet: A9, 0A and 3C. RGB value is (169,10,60). Sum of RGB (Red+Green+Blue) = 169+10+60=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90A3C is #56F5C3. Grayscale: #3F3F3F. Windows color (decimal): -5699012 or 3934889. OLE color: 3934889.

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

Color convert

RGB1691060-
CMYK00.940.640.34
HSL341.13º88.83%35.1%-
HSV(B)341.13º94.08%66.27%-
XYZ17.298.985.1-
YUV63.24126.18203.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 70.71%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=70.71%
G=4.18%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169106000.940.640.34341.1388.8335.1
HexA9A3C05E40221555923
Octal251127401361004252513143
Binary1010100110101111000101111010000001000101010101011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A3C; }

 p { color: rgb(169,10,60); }

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

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

 a { background-color: rgb(169,10,60); }

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

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

 span { border-color: rgb(169,10,60); }

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