#A91140

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

Shades of Cardinal #A91140

Tints of Cardinal #A91140

Color information

#A91140 (or 0xA91140) is unknown color: approx Cardinal. HEX triplet: A9, 11 and 40. RGB value is (169,17,64). Sum of RGB (Red+Green+Blue) = 169+17+64=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A91140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91140 is #56EEBF. Grayscale: #434343. Windows color (decimal): -5697216 or 4198825. OLE color: 4198825.

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

Color convert

RGB1691764-
CMYK00.900.620.34
HSL341.45º81.72%36.47%-
HSV(B)341.45º89.94%66.27%-
XYZ17.499.215.71-
YUV67.81125.86200.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.6%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=67.6%
G=6.8%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169176400.900.620.34341.4581.7236.47
HexA9114005A3E221555224
Octal251211000132764252512244
Binary10101001100011000000010110101111101000101010101011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91140; }

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

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

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

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

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

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

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

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