#A91644

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

Shades of Cardinal #A91644

Tints of Cardinal #A91644

Color information

#A91644 (or 0xA91644) is unknown color: approx Cardinal. HEX triplet: A9, 16 and 44. RGB value is (169,22,68). Sum of RGB (Red+Green+Blue) = 169+22+68=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A91644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91644 is #56E9BB. Grayscale: #474747. Windows color (decimal): -5695932 or 4462249. OLE color: 4462249.

HSL color Cylindrical-coordinate representation of color #A91644: hue angle of 341.22º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91644 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1692268-
CMYK00.870.600.34
HSL341.22º76.96%37.45%-
HSV(B)341.22º86.98%66.27%-
XYZ17.699.436.36-
YUV71.2126.2197.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.25%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=65.25%
G=8.49%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169226800.870.600.34341.2276.9637.45
HexA916440573C221554d25
Octal251261040127744252511545
Binary10101001101101000100010101111111001000101010101011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91644; }

 p { color: rgb(169,22,68); }

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

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

 a { background-color: rgb(169,22,68); }

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

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

 span { border-color: rgb(169,22,68); }

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