#AA0635

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

Shades of Cardinal #AA0635

Tints of Cardinal #AA0635

Color information

#AA0635 (or 0xAA0635) is unknown color: approx Cardinal. HEX triplet: AA, 06 and 35. RGB value is (170,6,53). Sum of RGB (Red+Green+Blue) = 170+6+53=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0635 is #55F9CA. Grayscale: #3C3C3C. Windows color (decimal): -5634507 or 3475114. OLE color: 3475114.

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

Color convert

RGB170653-
CMYK00.960.690.33
HSL342.8º93.18%34.51%-
HSV(B)342.8º96.47%66.67%-
XYZ17.298.934.18-
YUV60.39123.83206.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.24%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=74.24%
G=2.62%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17065300.960.690.33342.893.1834.51
HexAA63506045211575d23
Octal25266501401054152713543
Binary101010101101101010110000010001011000011010101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0635; }

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

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

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

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

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

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

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

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