#AA1635

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

Shades of Cardinal #AA1635

Tints of Cardinal #AA1635

Color information

#AA1635 (or 0xAA1635) is unknown color: approx Cardinal. HEX triplet: AA, 16 and 35. RGB value is (170,22,53). Sum of RGB (Red+Green+Blue) = 170+22+53=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1635 is #55E9CA. Grayscale: #454545. Windows color (decimal): -5630411 or 3479210. OLE color: 3479210.

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

Color convert

RGB1702253-
CMYK00.870.690.33
HSL347.43º77.08%37.65%-
HSV(B)347.43º87.06%66.67%-
XYZ17.519.384.26-
YUV69.79118.53199.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.39%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=69.39%
G=8.98%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170225300.870.690.33347.4377.0837.65
HexAA1635057452115b4d26
Octal252266501271054153311546
Binary10101010101101101010101011110001011000011010110111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1635; }

 p { color: rgb(170,22,53); }

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

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

 a { background-color: rgb(170,22,53); }

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

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

 span { border-color: rgb(170,22,53); }

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