#A91540

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

Shades of Cardinal #A91540

Tints of Cardinal #A91540

Color information

#A91540 (or 0xA91540) is unknown color: approx Cardinal. HEX triplet: A9, 15 and 40. RGB value is (169,21,64). Sum of RGB (Red+Green+Blue) = 169+21+64=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A91540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91540 is #56EABF. Grayscale: #464646. Windows color (decimal): -5696192 or 4199849. OLE color: 4199849.

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

Color convert

RGB1692164-
CMYK00.880.620.34
HSL342.57º77.89%37.25%-
HSV(B)342.57º87.57%66.27%-
XYZ17.569.345.73-
YUV70.15124.53198.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.54%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=66.54%
G=8.27%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169216400.880.620.34342.5777.8937.25
HexA915400583E221574e25
Octal251251000130764252711645
Binary10101001101011000000010110001111101000101010101111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91540; }

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

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

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

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

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

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

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

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