#AA1336

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

Shades of Cardinal #AA1336

Tints of Cardinal #AA1336

Color information

#AA1336 (or 0xAA1336) is unknown color: approx Cardinal. HEX triplet: AA, 13 and 36. RGB value is (170,19,54). Sum of RGB (Red+Green+Blue) = 170+19+54=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1336 is #55ECC9. Grayscale: #444444. Windows color (decimal): -5631178 or 3543978. OLE color: 3543978.

HSL color Cylindrical-coordinate representation of color #AA1336: hue angle of 346.09º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1336 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1701954-
CMYK00.890.680.33
HSL346.09º79.89%37.06%-
HSV(B)346.09º88.82%66.67%-
XYZ17.489.284.36-
YUV68.14120.03200.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=69.96%
G=7.82%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170195400.890.680.33346.0979.8937.06
HexAA1336059442115a5025
Octal252236601311044153212045
Binary10101010100111101100101100110001001000011010110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1336; }

 p { color: rgb(170,19,54); }

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

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

 a { background-color: rgb(170,19,54); }

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

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

 span { border-color: rgb(170,19,54); }

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