#AA133A

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

Shades of Cardinal #AA133A

Tints of Cardinal #AA133A

Color information

#AA133A (or 0xAA133A) is unknown color: approx Cardinal. HEX triplet: AA, 13 and 3A. RGB value is (170,19,58). Sum of RGB (Red+Green+Blue) = 170+19+58=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA133A is #55ECC5. Grayscale: #444444. Windows color (decimal): -5631174 or 3806122. OLE color: 3806122.

HSL color Cylindrical-coordinate representation of color #AA133A: hue angle of 344.5º 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 #AA133A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1701958-
CMYK00.890.660.33
HSL344.5º79.89%37.06%-
HSV(B)344.5º88.82%66.67%-
XYZ17.579.324.88-
YUV68.6122.03200.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=68.83%
G=7.69%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170195800.890.660.33344.579.8937.06
HexAA133A05942211595025
Octal252237201311024153112045
Binary10101010100111110100101100110000101000011010110011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA133A; }

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

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

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

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

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

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

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

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