#AA1941

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

Shades of Cardinal #AA1941

Tints of Cardinal #AA1941

Color information

#AA1941 (or 0xAA1941) is unknown color: approx Cardinal. HEX triplet: AA, 19 and 41. RGB value is (170,25,65). Sum of RGB (Red+Green+Blue) = 170+25+65=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1941 is #55E6BE. Grayscale: #484848. Windows color (decimal): -5629631 or 4266410. OLE color: 4266410.

HSL color Cylindrical-coordinate representation of color #AA1941: hue angle of 343.45º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1941 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1702565-
CMYK00.850.620.33
HSL343.45º74.36%38.24%-
HSV(B)343.45º85.29%66.67%-
XYZ17.889.625.92-
YUV72.91123.54197.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.38%
GREEN value IS 25 (10.16% from 255) = 9.62%
BLUE value IS 65 (25.78% from 255) = 25%
R=65.38%
G=9.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170256500.850.620.33343.4574.3638.24
HexAA19410553E211574a26
Octal252311010125764152711246
Binary10101010110011000001010101011111101000011010101111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1941; }

 p { color: rgb(170,25,65); }

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

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

 a { background-color: rgb(170,25,65); }

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

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

 span { border-color: rgb(170,25,65); }

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