#aa1e33

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

Shades of Cardinal #AA1E33

Tints of Cardinal #AA1E33

Color information

#AA1E33 (or 0xAA1E33) is unknown color: approx Cardinal. HEX triplet: AA, 1E and 33. RGB value is (170,30,51). Sum of RGB (Red+Green+Blue) = 170+30+51=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E33 is #55E1CC. Grayscale: #4A4A4A. Windows color (decimal): -5628365 or 3350186. OLE color: 3350186.

HSL color Cylindrical-coordinate representation of color #AA1E33: hue angle of 351º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E33 is Cyan = 0, Magento = 0.82, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB1703051-
CMYK00.820.70.33
HSL351º70%39.22%-
HSV(B)351º82.35%66.67%-
XYZ17.649.714.08-
YUV74.25114.88196.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.73%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=67.73%
G=11.95%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170305100.820.70.333517039.22
HexAA1E33052462115f4627
Octal252366301221064153710647
Binary10101010111101100110101001010001101000011010111111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1e33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1e33; }

 p { color: rgb(170,30,51); }

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

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

 a { background-color: rgb(170,30,51); }

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

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

 span { border-color: rgb(170,30,51); }

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