#AA0A32

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

Shades of Cardinal #AA0A32

Tints of Cardinal #AA0A32

Color information

#AA0A32 (or 0xAA0A32) is unknown color: approx Cardinal. HEX triplet: AA, 0A and 32. RGB value is (170,10,50). Sum of RGB (Red+Green+Blue) = 170+10+50=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A32 is #55F5CD. Grayscale: #3E3E3E. Windows color (decimal): -5633486 or 3279530. OLE color: 3279530.

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

Color convert

RGB1701050-
CMYK00.940.710.33
HSL345º88.89%35.29%-
HSV(B)345º94.12%66.67%-
XYZ17.268.993.84-
YUV62.4121.01204.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.91%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=73.91%
G=4.35%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170105000.940.710.3334588.8935.29
HexAAA3205E47211595923
Octal252126201361074153113143
Binary1010101010101100100101111010001111000011010110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0A32; }

 p { color: rgb(170,10,50); }

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

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

 a { background-color: rgb(170,10,50); }

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

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

 span { border-color: rgb(170,10,50); }

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